AstraSim is a space bridge simulator that allows players the experience of commanding a spacecraft and navigating through space.
- Nothing!
- Clone the repository:
git clone https://github.com/AbstractMelon/AstraSim.git
- Install dependencies:
cd AstraSim
npm install
- Start it!
npm run dev
We welcome contributions from the community! If you'd like to contribute to AstraSim, please follow these steps:
- Fork the repository.
git clone https://github.com/AbstractMelon/AstraSim.git
- Create a new branch for your feature or bug fix:
git checkout -b feature/my-feature
- Make your changes and commit them:
git commit -am 'Add some feature'
- Push to your branch:
git push origin feature/my-feature
- Submit a pull request.
AstraSim is developed and maintained by Abstractmelon. Special thanks to UnluckyCrafter and ReallyBadDeveloper for their contributions.
AstraSim is open-source software licensed under the GNU v3 License.