This is a simple game where you play as a possum and try to eat as many bugs as you can before you get eaten by a snake.
Live versions:
- Stable release: https://candiru.xyz
- Dev branch (latest changes): https://dev.candiru.xyz
Run the project with either Deno 2 or Docker.
- Deno 2: https://deno.com/
- Dockerfile: candiru/Dockerfile
deno install
deno task startThis installs dependencies, builds the project, and starts a server on port 3000. Open http://localhost:3000 in your browser to play.
docker build -t candiru .
docker run -p 3000:3000 candiruQuestions or suggestions: open an issue or email team@candiru.xyz
