Skip to content

akdsco/galaxy-fighters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imaginary Portfolio Project

A JavaScript board game


Request

Create a two-player, turns based game using JavaScript. The board will have blocked locations which can't be jumped over by players. There will be different weapons for players to pick up when moving across the board. If players pass on adjacent fields, fight mode begins. Players can attack and defend with their weapons.

Solution

I designed the object-oriented application and utilised JavaScript and jQuery framework. I deployed Gulp and Babel to help in development processes and to make my code available to all browsers, even though I was using the new ES6 JavaScript syntax.

Skills Learned

  • implement jQuery library in a web application
  • design reusable JavaScript application architecture
  • develop an object-oriented JavaScript application

Technology

  • HTML5
  • CSS3
  • vanilla JS (ES6)
  • jQuery
  • Git / Github