An open API service indexing awesome lists of open source software.

https://github.com/derektypist/build-a-role-playing-game

Learn Basic JavaScript by building a role playing game. FreeCodeCamp - JavaScript Algorithms and Data Structures.
https://github.com/derektypist/build-a-role-playing-game

arrays css3 functions html5 javascript loops strings

Last synced: about 1 year ago
JSON representation

Learn Basic JavaScript by building a role playing game. FreeCodeCamp - JavaScript Algorithms and Data Structures.

Awesome Lists containing this project

README

          

# Build a Role Playing Game
Learn Basic JavaScript by building a role playing game. This includes working with arrays, strings, objects, functions, loops, `if/else` statements and more.

## Technologies

HTML5, CSS3 and JavaScript. In JavaScript uses arrays, strings, objects, functions, loops, `if/else` statements and more.

## Deployment

[Live Project](https://derektypist.github.io/build-a-role-playing-game) is deployed from the main branch.

## Credits

### Acknowledgements

[FreeCodeCamp - JavaScript Algorithms and Data Structures](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/)