Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.13 KB

Chat GPT Side Scroller

A hackathon prompt to create a web-based game using chat gpt

Chat GPT Conversation


Here you can find my Chat GPT conversation that I used to build this!

Assets found from gamedevmarket and opengameart

Current State


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

How to run/access


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