This is a new game that me and two friends are developing since january/2018.
I am coding, amaweks (http://www.twitter.com/amaweks) is making all the art of the game and Luiz is making the level design.
The main character of the game is called Joe Round (Zé Redondo in portuguese). The game will have three main stages, each one with a boss, and each stage will have many levels; two languages: portuguese and english.
Stef wrote: Thu Jul 19, 2018 7:43 am
Look really nice and colorful (similar to C64 color style)
The BEX version was already quite advanced, why did you changed to SGDK ?
Make bigger maps and to add new kinds of enemies.
We are still changing sprites, it is easier to do it in sgdk than in BEX. Could be my code, but as I said in other thread, I could afford only 6 enemies per screen without slow down using BEX, in sgdk I get more than 6 enemies with the same structure of code.