Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

danielsavinoff/Rogue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rogue

Idea

In this project I wanted to demonstrate that I am capable of writing clean high-quality code and have deep knowledge of vanila Javascript. I strived to make it as much as possible compliant to the current industry standards such as:

  • SOLID
  • DRY
  • KISS

Worth to note, that I have used prototypes instead of syntax-sugar classes because it provides clearer understanding how inheritance in Javascript & prototype chaining works and to ensure the maximum compatibility.

Demo

View the end result

preview

License

This repository is licensed under the MIT License, allowing users to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software.