Skip to content

Latest commit

ย 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿฐ JavaScript RPG Adventure

๐Ÿ“Œ Overview

JavaScript is a powerful scripting language that allows you to create interactive web pages. As one of the core web technologies alongside HTML and CSS, it is supported by all modern browsers.

In this practice project, you'll build your own Role-Playing Game (RPG) while learning fundamental JavaScript concepts, including:

โœ… Arrays & Strings
โœ… Objects & Functions
โœ… Loops & Conditional Statements (if/else)
โœ… Event-driven interactions

๐Ÿ›  Technologies Used

  • JavaScript (ES6+)
  • HTML & CSS for basic UI
  • Object-Oriented Programming (OOP) concepts

๐Ÿš€ Getting Started

  1. Clone the repository:
    git clone https://github.com/yourusername/javascript-rpg.git
  2. Open index.html in your browser to start the game.
  3. Modify script.js to enhance gameplay mechanics.

๐ŸŽฎ Features

  • Character Creation โ€“ customize your hero
  • Enemy Encounters โ€“ battle foes with attack mechanics
  • Inventory System โ€“ collect and use items
  • Turn-based Gameplay โ€“ strategize your moves

๐Ÿ“‚ Project Structure

/javascript-rpg
โ”‚โ”€โ”€ index.html       # Main HTML file
โ”‚โ”€โ”€ style.css        # Styling for the game
โ”‚โ”€โ”€ script.js        # Core game logic
โ””โ”€โ”€ README.md        # Project documentation

๐Ÿ“Œ Contributing

Want to improve the game? Fork the repo, add new features, and submit a pull request!

๐Ÿ“œ License

This project is open-source and available under the MIT License.

Embark on your adventure! ๐Ÿš€๐ŸŽฎ

About

a short simple role playing game

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages