GithubHelp home page GithubHelp logo

ooprpg's Introduction

OOP RPG

The goal is to write a simple role playing game, using Ruby & object oriented programming.

Classes we will probably want:

  1. Game
  2. Party
  3. Hero
  4. Monster
  5. Weapon
  6. Shop

Things we will want:

  1. DRY DRY code
  2. Be mindful of coupling
  3. Methods which don't care which object they are being called on

The game should look like:

  1. Show user some potential party members
  2. Let the user pick 2 for their party
  3. Let the user choose to wander in the forest, or go to the shop
  4. Forest
  • Random fight
  • Go home or wander more?
  1. Shop
  • Buy items & equip
  1. Fighting
  • Each member of the party can target a monster
  • They deal damage
  • Once the party is done, each monster then attacks a random party member
  • Loop until either the party or monsters are all dead
  • Each party member that survives gets XP & Gold

OOPRPG

ooprpg's People

Contributors

jeffluong avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.