OctopodGames / Rodents-Revenge

The classic windows game.
1 stars 5 forks source link

Impatient Camwyn == Object fix #26

Closed Camwyn closed 11 years ago

Camwyn commented 11 years ago

Sorry Zach, I'm impatient. Rewrote objects so we can actually have multiple working cats. Also rewrote the cat AI to make it smarter, but they're still dumb about blocks - not smart enough to move around them...

Essentially, only significant change from the POV of other code is I removed the init function from each object. So, instead of calling cat.init(x,y) you call new cat(x,y).

Feel free to tell me I'm off my rocker! Stephen

Camwyn commented 11 years ago

Sorry about the lack of automerge...dammit!

cmcall commented 11 years ago

I wouldn't work too much on the cat. Me and Susan are going to be implementing some pretty serious overhauls this weekend. The current cat is just a placeholder for people working on other aspects of the game that needed one.

zcdziura commented 11 years ago

Bahaha your commits are wonderful. No need to appologize, I'm just glad that someone had the same problem that I did!

zcdziura commented 11 years ago

See https://github.com/OctopodGames/Rodents-Revenge/pull/28 for pull request. Someone just has to review my changes to make sure I didn't do anything improper.