Giter Site home page Giter Site logo

rpgheroes's Introduction

RPGHeroes

RPGHeroes is a small system setup to handle some basic heroes. The system can handle creating a hero of different types (Warrior, Ranger, Rogue, Mage). The heroes are able to equip weapons and armor based on what their class (i.e. The Warrior can only equip Plate and Mail armor, not cloth or leather).

Each hero has base stats based on their class, and they can gain additional stats based on the armor they're wearing and their level. Each hero gains a different amount of level up stats based on their class. The system can also calculate how much damage a hero should do and the heroes can display all their current values.

Made with

This program was made using only C#, following test driven development and OOP.

Made By

Mattias Smedman

rpgheroes's People

Contributors

nirase avatar

Watchers

 avatar

rpgheroes's Issues

Armor

Definition of done

  • Has armor type
  • Provides bonus attributes

Tests

Definition of done

  • Hero Constructor test
  • Hero level up test
  • Weapon constructor test
  • Armor constructor test
  • Hero equip weapon test
  • Hero equip armor test
  • Total attributes test
  • Display test

Attribute

Definition of done

  • Strength
  • Dexterity
  • Intelligence

ReadMe Update

Definition of done

  • Explains what the project is about
  • Explains what the project was made with
  • Explains who worked on the project

Class

Definition of done

  • Warrior
  • Mage
  • Rogue
  • Ranger

Hero

Definition of done

  • Has a class
  • Has a name
  • Can equip items
  • Can level up
  • Has attributes
  • Can calculate damage
  • Can calculate total attributes
  • Can display values (Name, class, level, str, dex, int, damage)

Equipment

Definition of done

  • Weapons
  • Armors
  • Items have a required level
  • Items take up an item slot

Weapons

Definition of done

  • Weapon has a type
  • Weapon has damage

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.