An open API service indexing awesome lists of open source software.

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.

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