UPDATE VERSION 1.0
[BACK]
- Basically here is what you should expect from the
next update on glants, plus gives some reference of what
I will put in the project. Otherwise I forget.
-
Fix the pheromone trail, so the ants follow it.
(I am implmenting a cheap trick for this)
-
Add mouse support for viewing, keyboards for walking, like most FPS games
(I am going with no mouse, it really doesnt work for this game)
-
Add textures over lights, I think textures look better than normals
and materials in opengl. Not very realistic looking but I would rather
have it looking half way decent than being opengl correct.
(I went with both textures and lights)
-
Maybe add a floor texture and a sky texture
-
Have the ability to place the food far away from the ants and see if they
can work together to gather it.
-
Then start the game, adding the ability to shoot the ants
-
Add fire ants so they shoot back.
-
Port to linux, I will do this I promise, I only use windows for visualC++
-
Add maze
-
Optimize with bsp and octrees for collision detection
-
Tweak into a beta demo, add startup menus, scores, missions. If I get this far
I will be surprised. I have never finished a project. Hopefully I can change.