By using this site, you agree to our Privacy Policy and our Terms of Use. Close

I'm thinking perhaps a more simple game to get started on would be a simple roguelike game?

Dtewis game seems like it would require quite a lot of skill to program from scratch to be honest, all those physics and stuff. Roguelikes on the other hand would theoritically be quite simple - especially if we dropped some of the more complex things like randomly generated dungeons for the first try.

Also roguelikes are turnbased which I feel would also be a helluva lot easier to program than something in real time.