Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 498 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 498 Bytes

Project 6 : Create a turn-based board game in JS

OpenClassrooms // Front-end developer // Raphael Delorme

https://www.battleofheroes.mokokom.com/

  • Approved Project

Assignment

Create a turn-based board game in JavaScript. Use jQuery to manipulate the DOM and object-oriented programming for code organization

Skills

  • Design a reusable JavaScript application architecture
  • Develop a JavaScript object-oriented application
  • Implement the jQuery library in a web application