Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edtonatto/freecodecamp-javascript-rpg
In this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Role Playing Game. You'll learn how to work with arrays, strings, objects, functions, loops, if/else statements, and more.
https://github.com/edtonatto/freecodecamp-javascript-rpg
freecodecamp freecodecamp-javascript javascript rpg
Last synced: 7 days ago
JSON representation
In this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Role Playing Game. You'll learn how to work with arrays, strings, objects, functions, loops, if/else statements, and more.
- Host: GitHub
- URL: https://github.com/edtonatto/freecodecamp-javascript-rpg
- Owner: EdTonatto
- License: mit
- Created: 2023-12-22T14:21:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-22T22:43:03.000Z (11 months ago)
- Last Synced: 2023-12-23T19:33:20.825Z (11 months ago)
- Topics: freecodecamp, freecodecamp-javascript, javascript, rpg
- Language: JavaScript
- Homepage: https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-basic-javascript-by-building-a-role-playing-game/step-1
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FreeCodeCamp - Learn Basic JavaScript by Building a Role Playing Game
JavaScript is a powerful scripting language that you can use to make web pages interactive. It's one of the core technologies of the web, along with HTML and CSS. All modern browsers support JavaScript.In this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Role Playing Game. You'll learn how to work with arrays, strings, objects, functions, loops, if/else statements, and more.
Main screen
Store screen
Cave screen
Fight screen
Game over screen
Victory screen