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.
- Host: GitHub
- URL: https://github.com/derektypist/build-a-role-playing-game
- Owner: derektypist
- Created: 2024-02-14T09:51:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T10:58:34.000Z (over 2 years ago)
- Last Synced: 2025-01-27T23:23:55.392Z (over 1 year ago)
- Topics: arrays, css3, functions, html5, javascript, loops, strings
- Language: JavaScript
- Homepage: https://derektypist.github.io/build-a-role-playing-game
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)