Git Product home page Git Product logo

rogue-craft's Introduction

Build Status Codacy Badge License: GPL v3


Rogue Craft

Rogue Craft is a roguelike (kinda sandbox/RPG/survival) game, based on ncurses, in an early development stage. Please read the Wiki (in progress) for the guide and documentation. You can also follow the development here.

Click here to watch a video of it.

screenshot


Latest updates:

  • Basic menu
  • Collectable materials
  • Tools will wear out
  • Items can be dropped, or put on a shortcut

Install

For running ncursesw5 is required (panelw5 too but usually it comes with ncurses), and vlc. Your terminal must support 256 colors, (for example you could set $TERM to xterm-256color) and needs mouse interaction support too.

Currently tested only on Linux.

From release tar

Choose a release from here then

tar -xf rogue-craft-*.tar.gz
cd rogue-craft
sudo ./install.sh

From source

Please keep in mind that master branch is might be unstable. To compile you'll need gcc, on Debian based systems you'll needlibncursesw5-dev (and maybe libncurses5-dev too) and libvlc-dev, they might be called differently on your OS, or even comes with the base package, and no separate dev package need to be installed.

git clone --recursive https://github.com/rogue-craft/rogue-craft
cd rogue-craft
make
sudo make install

You can remove the build objects with make clean, or run the tests with make run-test

To play, simply run rogue-craft in your terminal. Please note that it's still development version.

Contribute

If the project got your attention, feel free to contribute with your ideas, and code. :-) Help with the TODO, or the ISSUES is highly appreciated. Please open an issue/PR if you found a bug, or have an idea, or contact me.

rogue-craft's People

Contributors

isty001 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

rogue-craft's Issues

File build.mk not exist

Hi,

I got this error message while I trying to run Makefile:

Makefile:52: lib/dev/build/build.mk: No such file or directory
find: ‘build’: No such file or directory
make: *** No rule to make target 'lib/dev/build/build.mk'.  Stop.

Thank you.

Several issues while trying to run

Hi. Ran across your game and thought I would try it since I love crafting, roguelikes, and development. However, couldn't get it to run. Using Ubuntu 16.04.

I am getting several issues with the program trying to access directories that haven't been created yet. The first one was easy enough to fix with a mkdir -p.
~/.rogue-craft/environments/.env.prod

However, I'm stuck at the second one since it is printing null for the directory path and do not have time to dig into the source atm to find the issue.
[src/storage/storage.c:9:dir_create]Unable to create directory [(null)] - [errno] - Bad address

Hope this info helps you.

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.