https://github.com/zsarge/wiki-races
A complete rewrite of my old wiki races game, based on what I wish I did for my first design.
https://github.com/zsarge/wiki-races
Last synced: 29 days ago
JSON representation
A complete rewrite of my old wiki races game, based on what I wish I did for my first design.
- Host: GitHub
- URL: https://github.com/zsarge/wiki-races
- Owner: zsarge
- License: mit
- Created: 2021-07-02T19:12:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-03T20:46:42.000Z (almost 5 years ago)
- Last Synced: 2025-01-27T14:49:30.802Z (over 1 year ago)
- Language: Go
- Size: 301 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wiki-races
This is a complete rewrite of my wiki races game, based on what
I wish I did for my first design.
When I started it, I forgot how much code I wrote for the first design.
I think this design would be better, but I'm not sure I'll follow through with it.
*This project is now on hold.*
-------------
> First Design:
Given that this project uses Go and Vuejs, it's a little less
beginner friendly than the last version, which used only Javascript.
Notes:
- [server.go](main/server.go) serves the frontend in [frontend](frontend)
Todo:
- fix encoding issues in page generation
- add page viewer
- Cache files
- Add pin number for letting people into games
- add leaderboard
- add time sync for all clients