Skip to content

Crash Bandicoot 2D game made during my free time using Javascript, through the Phaser framework for game development.

Notifications You must be signed in to change notification settings

Cedric-M/crash-bandicoot-2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Crash Bandicoot 2D

Crash Bandicoot 2D game made during my free time using Javascript, through the Phaser framework for game development.

Previews

Preview using HD texture pack:

image

Preview using Minimalist view (useful for debugging):

image

Functionalities

Player can move and jump:

  • Move in 2 directions (Left and Right)
  • Be able to jump using spacebar

Player can interract with the environment:

  • Normal box: gives player +3 apples
  • Jump box: makes the player jump up
  • TNT box: kills the player if he collides
  • Apple: each apple adds +1
  • Void: kills the player Player can die:
  • By falling into the void
  • By hurting a TNT box
  • By colliding with an enemy

Enemy can move automatically:

  • Move in 2 directions (Left and Right)
  • Cannot jump

Others functionnalities:

  • Player can restart the game once he either died or finished the level
  • Can display the game in HD or minimalist view (see section Preview below)

Deployment

If you are having issues make sure to pay attention to the phaser's version by using the 3.15.1. Further details available here.

Built With

Versioning

I use GitHub for versioning.

Authors

About

Crash Bandicoot 2D game made during my free time using Javascript, through the Phaser framework for game development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published