Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devincarr/tiny-game
140charactergame.Canyoudothesame?
https://github.com/devincarr/tiny-game
Last synced: about 1 month ago
JSON representation
140charactergame.Canyoudothesame?
- Host: GitHub
- URL: https://github.com/devincarr/tiny-game
- Owner: DevinCarr
- Created: 2015-06-30T18:33:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-30T18:48:30.000Z (over 9 years ago)
- Last Synced: 2023-08-01T08:28:43.690Z (over 1 year ago)
- Language: HTML
- Homepage: https://devincarr.github.io/tiny-game
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tiny Game
================
A game that source code fits in a tweet (140 characters). Currently `tiny.html` is 139 characters but has plenty of room, as the `` is not needed but it is an attempt to make it run smoother in browsers. (Currently only tested in Chrome)## [Playing!](https://devincarr.github.io/tiny-game)
Once you load the page, there is a `` tag that will start loading with either `*`, `@`, or `#` characters. Your job is to try and click on the list when a `*` is the last character. If you lose, an alert will notify you of `false`, and `true` if you win. After you close the alert, the tag will continue filling so keep on trying!
## Inspiration
[This guy!](https://twitter.com/eigenbom/status/614783132391247872) If you were insipired, give a go!