first Game is my first attempt at game developpement. It is pretty basic but i learned a lot while doing it.
The goal of the game is to collect food that pop out randomly on the floor. You need to be exactly where the food is to be able to eat it and if you do eat the food you gain a point. To help you to be exactly where the food is you'r emplacement and the emplacement of the food is given.
The game was made with a JS game engine/framework named pixelbox that waas developped by cstoquer link of the documentation: https://github.com/cstoquer/pixelbox
- find the index.html file and open it in a browser
- if you whant you can change the code by going in the src folder and all the code of the game is in the main.js file
- Improve the game as you whant
Or you can go to this website