Giter VIP home page Giter VIP logo

sdlrogue's Introduction

What is SDLRogue

SDLRogue is a roguelike RPG built on SDL 1.2, written in C++. It was a hobby project that ran until 2009, at which point it was abandoned.

Why is it on GitHub

This project is on GitHub mostly for archival purposes. I figured that it would be a more natural fit than keeping a ZIP file somewhere on OneDrive or the like.

What is the future of this project

There is none, I do not intend to develop it further.

How to build and run it

My main development platform was Windows at the time, though the code should probably build and run on Linux or MacOs with minimal changes, though I offer no guarantees of that.

Dependencies

In order to build the project on Windows, you are required to have SDL 1.2 and a compatible version of SDL_ttf available. These should be available through http://www.libsdl.org

I'm aware that anything prior to SDL2 has been deprecated, and don't intend to do anything about that. The API looks sufficiently different that a simple find+replace won't get this to run, which is about as much trouble as I was willing to go to.

If you really intend to get this running, I wish you the best of luck.

Building

Building the project using MinGW can be done with the following script

g++ -c SDLRogue.cpp
g++ -c sdrclass.cpp
g++ -o SDLRogue SDLRogue.o sdrclass.o -I SDL/include -L SDL/lib -lmingw32 -lSDLmain -lSDL -lSDL_ttf -mwindows

sdlrogue's People

Contributors

ninovandermark avatar

Watchers

 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.