Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayfri/void-shooter
A shooter game like the old arcade ones.
https://github.com/ayfri/void-shooter
Last synced: 27 days ago
JSON representation
A shooter game like the old arcade ones.
- Host: GitHub
- URL: https://github.com/ayfri/void-shooter
- Owner: Ayfri
- Created: 2021-06-05T12:30:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-01T04:25:01.000Z (about 3 years ago)
- Last Synced: 2023-03-05T21:46:41.037Z (over 1 year ago)
- Language: TypeScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Void Shooter
Void shooter is a little arcade shooter game I'm making for fun.
There is no place to test it for now, but you can still clone the repo and build it !## How to build
1. Clone the repo.
2. Make sure to have at least Node.js v16 installed on your system.
3. Run `npm run start`.