Contrôles: Direction: [Flêches / ZQSD] - A: [J] - B: [K] - Menu: [U] - Home: [I]
Profitez des jeux à pleine vitesse avec son et lumières sur la Gamebuino META !
Emulateur par aoneill
Hello world !
I continue to learn and training, slowly, but it's very interesting.
I started a new project. A small and simple clone of moon-patrol.
I want add some UFOs, rocks and holes.
At this point, my differential scrolling is working. My rover can jump and go left or right. But i have two problems and i don't find solution :(
Update : 17/09/18
Complet re-write of the code. No tile mapping or complicated thing ... I'm not enough experienced ... ;)
Update : 13/04/18
I resolved my problems !
Now with : rocks, holes, gravity and weapon ! I want a game less difficult than Oubliette, so i add a "regeneration" of life (like in modern fps game for example).
Next : add UFOs and works on sprites (boom, player, etc.) !
Update : 17/04/2018
This time, i experiment tilemapping and scrolling. I find the definitive form of the "rover" (become a Walker ! )
What do you think ?
Update : 15/05/2018
I have many collisions problems. I upload my code. I want to use tilemapping, but i don't know how to detect correctly collision. My player "stick" on ground or bug :(