You'll need a friend to play this game , if the show was still running I would've made a single player mode, but I won't bother now , also i deleted the source code a long time ago
IndieValentin
9
Posts
5
Followers
A member registered Dec 22, 2021 · View creator page →
Creator of
Recent community posts
DragonEngine Game Engine (Tool Jam 3 version) jam comments · Posted in DragonEngine Game Engine (Tool Jam 3 version) jam comments
DragonEngine Game Engine (Tool Jam 3 version) jam comments · Posted in DragonEngine Game Engine (Tool Jam 3 version) jam comments
gonna be honest , it's not bad concept , i would've used other language not python for it , but it's still something that can be used , instead of writinf the game function , you'll only use
createWindow(800,600)
Player player = new Player(10,10)
if(input = key.d)
player.velocity = 10
and so on... , nice tool cant wait for it to be finished
also write a level loading system for tile based games , like