Skip to content

sergiomoura/space-mode-on

Repository files navigation

Space Mode On

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.

Technologies used

The game was developed using the following technologies:

How to play

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:

  1. Clone the game repository to your machine

    git clone https://github.com/sergiomoura/space-mode-on.git
  2. Access the game folder:

    cd space-mode-on
  3. Install dependencies

    yarn install
  4. Run it in development mode

    yarn dev

The game will open in your browser and you can play normally.

Roadmap

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!

How to contribute

If you want to contribute to the project, follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b my-feature)
  3. Make your changes
  4. Commit your changes (git commit -m 'feat: Add some feature')
  5. Push to the branch (git push origin my-feature)
  6. Open a pull request

License

This project is under the MIT license. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published