In this project I explored a fun way to manipulate player's movement, including interacting with DOM elements from player's perspective.
This project can be expanded in a way more complex system, possibly utilizing websockets for cooperation between agents
- Install Bun: https://bun.sh/
- Clone the repo
- Run
bun install
- Copy .env.example file and rename it to .env
- Fill in useful details in .env file
- Run
bun run db:generate
- Run
bun run build
- Run
bun run start
- Profit, the website is listening on 3000