Development Log


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:

  1. I have created 2 sprites and 2 objects that I will use to check to see if my player movement will work correctly
  2. I have added events to my player object and will continue to work on the coding of the 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.