A small and simple maze game:
Help the blob escape the maze using the portal before the bomb timer runs out!
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes. If you do not want to build from source you can skip to Running the Game
- Clone the repository to your local machine:
git clone https://github.com/BitBrigade/gamedevjs-2023
- Install the required dependencies:
npm install && npm i -g http-server
- Without Building:
The game is deployed to Vercel so you can play the game online by visiting the following link:
https://tim-e-scape.vercel.app/
-
Building from source:
- Start the local development server:
# inside the cloned repository (Tim-E-Scape) http-server ./
-
Open your web browser and navigate to
http://localhost:8081
(replace 8081 with whatever port number you get) -
You should now see the game's index.html page displayed in your browser.
or
- You can just build the docker image by the dockerfile provided in the repo by doing:
docker build . -t timeescape
- and then run the game by doing:
docker run -it time-escape
- Use the arrow keys to move the blob.
- Avoid the lasers.
- Escape using the portal before bomb timer runs out.
vid.mp4
- Phaser - Game development framework for HTML5 games
- Node.js - JavaScript runtime environment for server-side development
- Express - Web application framework for Node.js
- Amit - github.com/amitsuthar69
- Harshil - github.com/Harshil-08
- Rishabh - github.com/Rishabh672003
- Sumit - github.com/sumitst05
This project is licensed under the GNU General Public License - see the LICENSE file for details.