Giter Club home page Giter Club logo

rogue-template's Introduction

rogue-template v0.01

A Roguelike Template Project and Library for Unity

What is this?

Rogue Template is a WIP framework for developing roguelike games in Unity. The goal of this project is that it should provide most of the common functionality that a roguelike would need, so that a developer can instead focus their time on the parts of their game that make it unique.

What are the current features?

Currently the project is in a pre-alpha state and undergoing active development, so it's not yet useful for much. Please note that at this point much of the design/implementation is subject to change

  • A skill system where skills/spells can be defined as a simple list of visuals and gameplay effects.
  • Base class for actors (player, creatures) in the game.
  • A demo scene in which a character sprite moves around a simple dungeon.
  • A simple dungeon generation framework - more algorithms to be added.
  • Implementations of some common algorithms for FOV/pathfinding/line drawing.
  • Clean separation between game data and rendering/visuals - where possible the game data will be entirely agnostic to how the game is being displayed, so you should be able to write your own rendering logic if you want to make the game 3D or ASCII-based instead of using 2D sprites, for example.

What are the planned features?

  • Basic character/monster actions - moving, attacking, picking up items.
  • A simple targeting controller to handle picking skill targets.
  • Basic UI for things like player stats, inventory, equipment, etc.
  • Save/Load functionality for the included types with support for adding more.
  • Unity editor features to ease content creation.

What are NOT planned features?

  • A fully playable game - the included sample will only serve to demo features of the library.
  • A large library of content - in general any content (items, creatures, skills, etc.) will be included only as necessary to provide enough of an example for you to understand the framework.
  • A completely codeless editor - while a goal of this project is to greatly reduce the amount of code needed to create a roguelike, it is unlikely that it will ever reach the point where no new code is necessary.
  • Multiplayer - this is out of the scope of this project currently.
  • Fringe/minor features - the goal of this project is to handle the 'typical' case roguelike as easily as possible, and in some cases that may mean design decisions that make some non-standard features more difficult to implement.

rogue-template's People

Contributors

zenanon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

rogue-template's Issues

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.