Play on https://sergiomoura.github.io/space-mode-on/
Space Mode On is a space game developed in TypeScript with ThreeJS.
The objective of the game is to control a spaceship and shoot enemies while avoiding get shot.
The game was developed using the following technologies:
- TypeScript
- HTML
- SCSS
- Three.js
You can play Space Mode On online through the link: https://sergiomoura.github.io/space-mode-on/
To run the game locally, follow the instructions below:
-
Clone the game repository to your machine
git clone https://github.com/sergiomoura/space-mode-on.git
-
Access the game folder:
cd space-mode-on -
Install dependencies
yarn install
-
Run it in development mode
yarn dev
The game will open in your browser and you can play normally.
Here's a list of next steps that will be implemented in the game:
- Add a scoring system
- Improve enemy AI
- Add new levels
- Implement a character selection screen
- Add power-ups and special items
If you have any suggestions or ideas for the game, feel free to contribute to the project. We would love to have your collaboration!
If you want to contribute to the project, follow these steps:
- Fork the repository
- Create a new branch (git checkout -b my-feature)
- Make your changes
- Commit your changes (git commit -m 'feat: Add some feature')
- Push to the branch (git push origin my-feature)
- Open a pull request
This project is under the MIT license. See the LICENSE file for more details.