https://github.com/codaea/guesscity
a self built cityguesser
https://github.com/codaea/guesscity
Last synced: about 1 year ago
JSON representation
a self built cityguesser
- Host: GitHub
- URL: https://github.com/codaea/guesscity
- Owner: Codaea
- Created: 2024-09-12T18:35:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-22T05:50:56.000Z (over 1 year ago)
- Last Synced: 2025-02-08T05:29:07.670Z (over 1 year ago)
- Language: TypeScript
- Size: 626 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# City Guesser
a clone of [virtualvaction.com/guess]()
# TODO:
- [x] create list of locations and video embeds
- [x] migrate to plyr to avoid lower issues ACTUALLY MIGRATED TO JUST IFRAME
- [x] fix player to not show video title and just play video (nothing else)
- [x] better map background
- [x] Map updates
- [x] good inital zoom
- [x] dotted line between right and wrong answer
- [x] colored your guess and correct answer
- [x] zoom to show how far off
- [x] formatting and linting with prettier and
- [X] add scoring util file
- [X] enlarge map modal and map fit edge to edge
- [ ] rename play to play offline
- [ ] add video player controls to rewind and speed up or slow down
- [ ] transition between rounds
- [X] fix answer typing
## Long Term
- [ ] write backend for online (supabase)
- [ ] add multiplayer
- [ ] form to add videos
- [ ] bulk more location
- [ ] sound effects
- [ ] host mode - plays like kahoot (shows video, then after submit it shows everyones map guess)
- [ ] i18n localization
- [ ] decide/pick languages
- [ ]
# Develop
See [Develop.md](Develop.md)