A hackathon prompt to create a web-based game using chat gpt
Here you can find my Chat GPT conversation that I used to build this!
Assets found from gamedevmarket and opengameart
The games goal is to destroy as many boats as you can while dodging rocks. You can destroy a boat by ramming into it and the game ends when you hit a rock. There is currently no point system its just an endless game and you restart the game by pressing space.
Things to do still:
- Make object spawning more random and increase speed as game continues
Weird things i've noticed:
- For some reason my hitbox around the orca is huge at points so you'll run into the rock way before you think you should
You can start this project locally by pulling down the master branch and running...
npm run start:dev
or you can find this project hosted online here