Development Log
SMB1_BE » Devlog
Created 2 rooms: 1 to initialize and level 1 which currently holds a couple of tiles and the Mario object for testing.
Created Mario object: contains Mario sprite
Imported full Mario sprite set that I will use for object animation.
Imported full Mario Tile Set
Comments
Log in with itch.io to leave a comment.
Dev Log - 4/22/2019
Decided to start over from scratch.
Decided to have an overall strategy to complete this task.
First step I want to do is create player movement:
Dev Log -4/24/2019
made much progress on my project. Spent most of the day trying to get my player movements coded. It was funny because I forgot to implement collision code to check and see if my movements worked lol. Collisions are working correctly.