Code Monkey home page Code Monkey logo

unlimited_rpg's Introduction

unlimited_rpg

This is a text-based RPG that runs in a console window. Programmed for Windows in C++.

I livestream some of the coding of this project at: twitch.tv/wraithedx

The goal for the project is unlimited. I want to keep adding onto it until I find it unmaintainable.

It currently has a rudimentary text-parser for user commands, and simple rooms that act as game-states.

I am currently trying to figure out how to give all of the various types of Actors unique AI within one simple base class: NPC. A factory loads all rooms and actors from text files, and I would like to have a healer that you can pay to heal your wounds, an orc that attacks on site, and a merchant that buys and sells wares (items not yet implemented). My current thought is to make the NPC class a very large finite state machine, and have the actor text files contain lots of tags, all of which can have different values and conditions to trigger.

Todo: Refactor text file loading of npcs and rooms Add Saving Add Loading Add browsing for save files Have entities add in their own nouns to the map on load

unlimited_rpg's People

Contributors

christianparpart 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.