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.examplefile in theclientdirectory to.envin the same folder. - Also copy the
.env.examplefile in theserverdirectory to.envin thesamefolder. - Change into the serer directory and run the following command:
go build main.go - Run the server:
./main - Change into the
clientdirectory and run the following command:yarn dev - You should be able to access the game by visiting
http://localhost:3000.