https://github.com/avp/squarulous
Squarulous is a 2D javascript game.
https://github.com/avp/squarulous
Last synced: over 1 year ago
JSON representation
Squarulous is a 2D javascript game.
- Host: GitHub
- URL: https://github.com/avp/squarulous
- Owner: avp
- Created: 2013-02-23T22:23:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-07T05:39:59.000Z (over 13 years ago)
- Last Synced: 2025-02-11T12:45:26.126Z (over 1 year ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Squarulous
==========
Squarulous is a simple game.
-----------------------------------
To play, you use the arrow keys. The object is to collect as many "targets" (the blue squares) by controlling the "hero" (the green square) as you can.
Every time you capture a target, a new "obstacle" (red square) will appear. Watch out! Running into a red square will kill you. That's it!
I claim that the beauty of Squarulous lies in its absolute simplicity.
Contribution
------------
Anyone can contribute, I'm working to make Squarulous a very good square-based game. If you have any suggestions, I will also take them.
The game is made entirely in Javascript. It uses an HTML5 canvas element to draw the objects.
Questions
---------
If you have any questions about the Squarulous project, find a bug, or want a new feature, please inform me on the "Issues" page.