https://m0tive.github.io/gravity-web/
Gravity Web is a web-based game inspired by the classic Amiga shoot 'em up game. Built using Vite and TypeScript, this game features destructible environments, multiplayer capabilities, and a level editor.
Note. this is being muddled together using GitHub on a mobile + chatgpt, so is not the most elegant project ever conceived.
- Basic spaceship controls with thrust and gravity
- Static levels with collision detection
- Future support for destructible terrain and multiplayer
To get started, clone the repository and run:
npm install
npm start
To lint the code, use:
npm run lint
To run unit tests, use:
npm test
The project is deployed on GitHub Pages. Check the GitHub repository for more information.