Giter Site home page Giter Site logo

rogue's Introduction

Welcome to rogue v5.4.4 modified

This is a fork of Davidslv's rogue v5.4.4 modified.

Our port was modified for macOS. Non-macOS systems that are Unix-like, have ncurses, have zsh and a C compiler should be able to compile this code without too much effort.

Prerequisites

Using Homebrew we installed ncurses:

brew install ncurses

As of the time this README.md was written, we were using ncurses "stable 6.4 (bottled) [keg-only] as Poured from bottle on 2023-01-12 at 19:42:15".

This code assumes that /bin/zsh is installed.

To configure for compiling

NOTE: The default compiler for macOS is clang. If your non-macOS system has gcc, then omit the "CC=clang" below.

./configure CC=clang CFLAGS="-Wno-deprecated-non-prototype" --with-ncurses --enable-scorefile=.rogue.scr --enable-lockfile=.rogue.lck --enable-wizardmode

To compile

make clean

make

To install after compiling

sudo make install

To uninstall after configuring

sudo make uninstall

CHANGE LOG

Added this README.md file.

Changed the shell to use the default macOS zsh.

Changed the "PACKAGE_BUGREPORT" to [email protected].

Fixed a wizard mode code bug.

Turned on wizard mode by default.

Documented in the man page how to enable wizard mode.

Changed the rogue save file to ~/.rogue.save.

Fixed install-sh to properly set the mode during installation.

Fixed install-sh to properly handle -g GROUP and -o USER.

Added -h to install-sh to be an alias for the --help option.

Fixed make uninstall.

rogue's People

Contributors

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