Chicken Invaders 3D
A downloadable game for Windows
Download NowName your own price
A fun 3D version of the famous game "Chicken Invaders".
- Your mission is to kill as much chickens as you can, avoid collision with them, gather the chicken drumsticks to beat your high score.
- Automatically weapon upgrades are available after a certain score.
- Along the way, you will find lives that increase your health and monkeys that either destroy all chickens or give you a shield that makes you have an extra life.
- Finally, you will meet the huge chicken boss that throws eggs. You should avoid eggs and kill the boss to proceed to the next level.
Developers
Download
Download NowName your own price
Click download now to get access to the following files:
ChickenInvaders3D.rar 17 MB
Comments
Log in with itch.io to leave a comment.
no way you used a game engine like Unity or Unreal, 1 milion percent you programmed this game yourself, also what API did you use if so? OpenGL or DirectX or perhaps Vulkan?
Edit: also WTF
Thank you for your comment! We programmed this game using our custom made game engine built using OpenGL.
nice, what libraries did you use for collision, and also model importing? i have been experimenting with OpenGL and i also wanna make a game engine, and i looked up learnopengl.com for the model importing but for the love of me i can't link the goddamn ASSimp library to my project i always get some compiler errors
also is it like a game engine with an editor or no editor and its all code, and like you add some ImGUI GUI for debugging and then remove it later?
Checkout the github repo of the game: https://github.com/EngPeterAtef/Chicken_Invaders
you can find the answer for all your questions there.