Korokke defence: End of day 1
Programmer habits die hard. As soon as I had the basic idea laid out and a Trello board roughly listing the main tasks required, I started coding. So far it's been mostly groundwork: base interfaces for entities, plus the first steps of the enemy waves spawner and a boids-like system for motion. I expect to start implementing player interaction and some proper gameplay tomorrow, if everything goes well at work and I can come back home relatively early.
The boids system right now is inspired by the Autonomous agents chapter on Programming Game AI by Example, which is in return inspired by the super famous article by Craig Reynolds (Pretty much every book or blog that mentions steering behaviours refers to this). So far I've only implemented seek and flee, and I need to add some noise to the spawn points, plus the wander behaviour that can spice up a bit the pugs' motion.
If you're curious, I'm hosting the project on Github, so you can take a look at the repository commits for progress here:
https://github.com/wildrabbit/korokke/commits/master
And here's a screenshot of the Trello board:
Get Korokke defence
Korokke defence
Defend your croquettes against a horde of pugs!
Status | Prototype |
Author | Ithildin |
Genre | Action |
Tags | Arcade, todasjamers |
More posts
- PostmortemSep 02, 2017
- Day 3: A picnic at the countryside!Aug 27, 2017
- First graphics pass.Aug 26, 2017
- Status update: level result + level system :DAug 26, 2017
- Day 2: Interaction!Aug 26, 2017
- A wild game idea appeared: コロッケディフェンス!!Aug 24, 2017
Leave a comment
Log in with itch.io to leave a comment.