Cirious Game is a second-year project that aims to address a societal issue through a game. Our game focuses on physical disabilities, presenting various challenges related to motor skills, vision, and more, in an infinitely scalable level.
The game has been developed using the following technologies:
- Phaser: A popular game development framework for creating browser-based games.
- Node.js: A server-side JavaScript runtime environment for running the Cirious Game server.
The objective of Cirious Game is to navigate through the level while encountering different obstacles related to physical disabilities. Players will face challenges that simulate difficulties with motor skills, vision impairments, and more. The game aims to raise awareness and empathy towards individuals with physical disabilities.
To play Cirious Game, follow these steps:
- Clone the repository:
git clone https://github.com/Weyrd/CIR2-Cirious_game.git
- Install Node.js and npm on your machine.
- Install the dependencies by running
npm install
in the project directory. - Start the server by running
npm start
ornode server.js
. - Open your web browser and navigate to
http://localhost:3000
. - Start playing the game and enjoy!