Atlas is a game which I used to play with my school friends in recess or during classes hiding from the teacher. This is the online version of that !
- Get a random letter, name a place starting with it.
- The next player uses the last letter of your word.
- 15 seconds per turn, 3 lives each — lose all, you're out.
- Last player standing wins !
The client
directory contains the frontend Nijor codebase.
The server/src
directory contains the backend Bun/Nodejs codebase.
The server/bundle.js
file bundles all the external modules into 1 single file.
The build.sh
script compiles the frontend and backend code and puts everything inside the build
directory.
This project uses Firebase for Google Auth.
Before running this website on your own local machine, create the client/src/firebase.js
file and add your own firebase configurations.