Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steadicat/swarmation
https://github.com/steadicat/swarmation
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/steadicat/swarmation
- Owner: steadicat
- Created: 2010-08-30T19:10:19.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T22:10:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T15:17:37.320Z (7 months ago)
- Language: TypeScript
- Homepage: www.swarmation.com
- Size: 1.68 MB
- Stars: 22
- Watchers: 5
- Forks: 5
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# S W A R M A T I O N
The multiplayer pixel formation game. Winner of the 2010 Node.js Knockout.
Arrow keys to move, "s" to lock into place, spacebar to flash with color. Move into formations with other pixels for points.
## Getting Started for Developers
Make sure you have the latest Node and Yarn installed.
Run it:
```shell
$ make dev
```Visit http://localhost:3000/
## Troubleshooting
If `yarn install` fails trying to compile `canvas`, install these native dependencies:
```shell
$ brew install pkg-config cairo pango libpng jpeg giflib librsvg pixman
```