Aye Aye is a Countdown-style, multiplayer online game.
- Clone this repo to your local machine.
- Install the necessary dependencies 3. Go(lang) - v1.16 or higher 4. Node - v20 or higher 5. Docker 6. direnv
- Copy the
.env.example
file in theclient
directory to.env
in the same folder. - Also copy the
.env.example
file in theserver
directory to.env
in thesame
folder. - Change into the serer directory and run the following command:
go build main.go
- Run the server:
./main
- Change into the
client
directory and run the following command:yarn dev
- You should be able to access the game by visiting
http://localhost:3000
.