Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juhani-o/the_forbidden_number
js13k attendee for year 2024
https://github.com/juhani-o/the_forbidden_number
2024 js13k triskaidekaphobia
Last synced: 3 months ago
JSON representation
js13k attendee for year 2024
- Host: GitHub
- URL: https://github.com/juhani-o/the_forbidden_number
- Owner: juhani-o
- Created: 2024-09-09T15:28:22.000Z (4 months ago)
- Default Branch: trunk
- Last Pushed: 2024-09-13T06:45:51.000Z (4 months ago)
- Last Synced: 2024-10-02T07:42:08.947Z (4 months ago)
- Topics: 2024, js13k, triskaidekaphobia
- Language: JavaScript
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Forbidden Number
js13k attendee for year 2024. Game theme is triskaidekaphobia, fear of number 13.The game involves clicking on numbers with the mouse, but you must avoid clicking on the number 13.
The goal is to click on as many numbers as possible without selecting 13. When all other numbers
are clicked, new table is generated, and game gets slightly more difficult.## Some details about this project
- Project uses webpack
- Graphics / texts are SVG generated with Inkscape.
- Tried to minimize file size, but roadroller minifier did not produce working code.
- In some parts, shortcuts had to be taken, and unfortunately, it shows in the final result.
- Initial version was made with Kontra.js, but I decided to do everything from scratch.That's all. I hope you like this.
Cheers, Juhani.