Simple South Park game i'm creating

Wanted to showcase a start to a South Park game I am making.
Still super basic but I am happy with it since I am not good at coding yet.

6 Likes

Well done. You might want to look into using an existing game engine, save yourself a lot of pain with collision detection, effects, animation, sounds etc. :slight_smile:

2 Likes

Nice! If you want something for detecting collisions, I wrote a simple script for that: https://bytezeroseven.github.io/AA.js/

Edit:
Respository: https://github.com/bytezeroseven/AA.js

2 Likes

Thanks, your collision detection script is well suited for this game.

1 Like

Thanks, I dont mind doing it the hard way, it’s about the journey :slight_smile:

1 Like