Skip to content

quantumporium/first_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

first game

first Game is my first attempt at game developpement. It is pretty basic but i learned a lot while doing it.

About the game

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

to play the game

  1. find the index.html file and open it in a browser
  2. 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
  3. Improve the game as you whant

Or you can go to this website

🚫 This project is currently on hold 🚫