Skip to content

Releases: HamzaEzzRa/Super-Mario-Java-2D-Game

SuperMarioClone_V1.1.2_30th_May_2021

30 May 13:09
Compare
Choose a tag to compare

Besides some small tweaks, the project has migrated to Maven, and we successfully added CI / testing workflow with Actions.

SuperMarioClone_V1.1_20th_May_2021

20 May 01:20
Compare
Choose a tag to compare

This release implements new functionalities and systems to the original project.

Features

  • An audio system (supporting .wav and .mp3 files, looping and variable pitch)
  • An invincibility power-up (similar to Super Mario star power-up)
  • W-A-S-D controls.
  • Parallax background / foreground system.
  • Implemented spikes that can kill the player on touch.
  • Added 2 new levels.
  • Tweaked the movement system (acceleration and friction for a smoother movement)
  • Added a main menu (Implemented with Swing)
  • Made new animated sprites to improve the graphics.