Coder Social home page Coder Social logo

roguelike-rpg's Introduction

roguelike

A WIP procedurally generated RPG built using the Amethyst ECS system inspired by top down party-system games such as dragon age and roguelike strategy games such as FTL.

screenshot

While learning the amethyst framework I saw many examples of single controlled characters using keyboard inputs - instead I wanted to have dynamically controlled characters and mouse controls. I was also inspired by the fantastic roguelike tutorial that is already popular among introductions to rust development. Im making this publically available to hopefully help others that want to do the same. Some of this code is not great, but it is functional and a WIP.

How to run

To run the game, run the following command, which defaults to the metal graphics backend:

cargo run --release

Windows and Linux users may explicitly choose "vulkan" with the following command:

cargo run --release --no-default-features --features "vulkan"

Mac OS X users may explicitly choose "metal" with the following command:

cargo run --release --no-default-features --features "metal"

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.