Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

thank you for this amazing character. i made a 2d quake topdown shooter demo with it. you can try it here! :D

https://kubil6y.itch.io/topdown-shooter-demo

(+1)

this is so fun i need a tour from you im trying  to make a cool game for so long and i just cant i hope you can help me

(+1)

the game code is open source. you can take  and use it anyway you want. i made this game with unity. i recommend watching code monkey intermediate youtube tutorial.  it was very helpful to me.  i suggest you learn these design patterns.

1. singleton (it works great with unity but it has a bad reputation)

2. state pattern

3. object pooling

4. observer pattern (events)

5. solid principles (mostly understand interfaces and separation)

the code does not have to be perfect, it just needs to work and it should be open to further change. good luck.