• Stars
    star
    224
  • Rank 171,804 (Top 4 %)
  • Language
    C++
  • Created about 14 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

C and C++ utilities for cross-platform console roguelike game creation.

rlutil

Build Status

RLUTIL is simple utility collection to aid the creation of cross-platform console-mode roguelike games with C++ and C. At least that was the original idea. In reality, it mostly just contains functions to position and colorize text as well as reading keyboard input.

QUICK START

Just #include "rlutil.h" in your source code. It automagically detects if you are using C++ or C and adjusts the code accordingly (e.g. std::string vs. char*).

DOCUMENTATION

See the API reference in docs/HTML/ or the source code comments for documentation.

DOWNLOAD

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/tapio/rlutil

LICENSE

See docs/License.txt or API Documentation.

More Repositories

1

live-server

A simple development http server with live reload capability.
JavaScript
4,235
star
2

unicodetiles.js

A JavaScript character-based tile engine for creating games such as roguelikes.
JavaScript
154
star
3

infiniverse

A game of procedurally generated universe with character graphics
JavaScript
61
star
4

nautilus-git-scripts

Nautilus scripts for interacting with a Git repository.
Shell
60
star
5

obj-magic

A tool to manipulate Wavefront OBJ 3d meshes.
C++
44
star
6

weep

My personal pet game engine in C++.
C++
29
star
7

darkcorners

First-person 3D browser game prototype.
JavaScript
14
star
8

1kbrl

Tiny roguelike
C++
12
star
9

motiontracker

Real-time 3d webcam motion tracker.
C++
12
star
10

cotc

My entry to the 2010 Seven Day Roguelike Challenge
C++
9
star
11

jetpursuit

Top-down action game with supersonic jet fighters, missiles and explosions!
JavaScript
9
star
12

alawid

A 7 Day Roguelike made for the 2011 challenge with WebGL.
JavaScript
8
star
13

7drl-2016

Fantastic Dungeons - 7DRL 2016
JavaScript
8
star
14

7drl-2015

Sci-fi themed 7 day roguelike for the 2015 challenge.
JavaScript
5
star
15

miscfb

Miscellaneous utility functions, types and macros for FreeBASIC.
Visual Basic
4
star
16

tbcis

Tiny Bash Continuous Integration System
Shell
4
star
17

tomato

Remake of an old DOS game Tomaattisota.
C++
3
star
18

golem-quest

My attempt for 7 Day Roguelike Challenge 2014
JavaScript
3
star
19

koff

Knight of Faith is a procedural role-playing game with early Ultima style graphics.
Batchfile
3
star
20

cbgl

OpenGL wrapper library for CoolBasic
Visual Basic
2
star
21

asciiarena

Multiplayer arena deathmatch with ascii graphics
Visual Basic
2
star
22

gentex

A tool for generating textures from text files.
C++
2
star
23

tapio.github.com

My home page
HTML
2
star
24

reaching-for-stars

Reaching for Stars! is a space empire game (a bit like Master of Orion), where you take control of a race and try to survive in a star cluster with other species.
2
star
25

7drl-2019

Mobile-friendly roguelite inspired by Overcooked.
JavaScript
2
star
26

vcs

Simple script to abstract common version control tasks.
1
star
27

lawman

Failed attempt at 7DRL 2013
JavaScript
1
star
28

gengeo

WIP library and possibly a cli tool for generating 3d meshes.
C++
1
star
29

grid-space

Grid Space is a fast-paced mouse-controlled space-themed 2d shooting game for Windows.
1
star