https://github.com/tapio/1kbrl
Tiny roguelike
https://github.com/tapio/1kbrl
Last synced: about 1 month ago
JSON representation
Tiny roguelike
- Host: GitHub
- URL: https://github.com/tapio/1kbrl
- Owner: tapio
- Created: 2010-02-15T11:18:56.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-03-03T15:49:15.000Z (about 15 years ago)
- Last Synced: 2025-03-24T03:23:50.381Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 352 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
1kbrl
=====This is a little roguelike game which source code
is less than 1024 bytes in size.Features
--------
* Colored output
* Random dungeons
* Field of view
* Torch affects vision
* DeathInstructions
------------
* Use WASD to move.
* You cannot move through walls: #
* Collect coins: o
* Descent to new levels: <
* Keep your torch alive: fFile Contents
-------------
bin/ binaries for win32 / linux from both source versions
1kbrl.cc C++ source
1kbrl.bas FreeBASIC source
1kbrl-verbose.cc more readable, but >1kB version
getch.cc cross-platform getch() for C++ version
(not counted towards 1kB, because it is not needed on Windows)
make-all.sh compilation script for linux
README.markdown this fileVersion Differences
-------------------
* C++ version requires ANSI capable terminal
* FB/C++ version colors are not identical
* At least linux versions need to be launched from terminalLicense
-------DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004Copyright (C) 2004 Sam Hocevar
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION0. You just DO WHAT THE FUCK YOU WANT TO.