Skip to content

MrPotato161/MortalKombatyep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pick your fighter and try your luck in Mortal Kombat!

Insert a coin and press start.

There are 2 main components: startScreen and fightScreen. startScreen provides rendering and selection of characters. fightScreen includes gameplay (fight process), players (fighters rendering on arena), logGeneration (creating of logs during fighting) and utils (several support functions).

In this project I mastered:

  • JS functions, classes and objects
  • work with DOM
  • JS modules
  • promises, async/await
  • object destructuring, spread syntax
  • work with forms

All components are in the MortalKombat folder.

You can run this project locally just do: