Нема описа

tkatchev f90c614ef0 Nixification. пре 2 година
data e47812094d Bugfix. пре 8 година
libmaudit 8f6cdf864c . пре 9 година
pkg b298feb368 . пре 11 година
platform 5a254ed759 . пре 9 година
util 7081bd7ac6 Better highscore calculations. пре 7 година
webpage 47b75572b7 Better highscore calculations. пре 7 година
.gitignore f90c614ef0 Nixification. пре 2 година
CMakeLists.txt f90c614ef0 Nixification. пре 2 година
HOWTO.txt 6e5aab90b6 . пре 11 година
LICENSE 834d4857bd . пре 11 година
README ce812cd715 . пре 11 година
actions.h 5b36b13ea0 . пре 9 година
apply.h f958424d12 . пре 9 година
astar.h e30311ebf6 . пре 10 година
bank_screens.h f958424d12 . пре 9 година
bones.h f958424d12 . пре 9 година
bresenham.h 68f5be67c3 . пре 11 година
celauto.h dfa2b2065e . пре 10 година
celauto_bank.h dfa2b2065e . пре 10 година
combat.h 7d67f94004 . пре 9 година
common.h a92bb5ba1e Compilation performance improvements. пре 11 година
common_types.h c9616fad20 . пре 10 година
configparser.cc 048e66cb10 . пре 9 година
configparser.h c875112795 . пре 9 година
configparser.rl c875112795 . пре 9 година
constants.h c875112795 . пре 9 година
counters.h a0a1449ed3 . пре 10 година
counters_serialize.h 7465370b73 . пре 11 година
damage.h 4e8dcea8a5 . пре 9 година
debug_benchmark.h 97c605d1f1 . пре 11 година
default.nix f90c614ef0 Nixification. пре 2 година
delaunay.h d921dcfc04 . пре 10 година
designs.h a2cabc7b85 . пре 9 година
designs_bank.h a7ee907c14 . пре 11 година
ffeatures.h fa31af0f17 . пре 10 година
finance.h cec1021d03 . пре 10 година
fov.h 78ad1fe1b4 . пре 10 година
game.h fb7bb46e40 . пре 10 година
game_generation.h f958424d12 . пре 9 година
game_processing.h 20beae583d Fix death while sleeping. пре 7 година
game_rendering.h c875112795 . пре 9 година
game_ui.h 5b36b13ea0 . пре 9 година
gamestate.h a18af32f8e . пре 10 година
grid.h f958424d12 . пре 9 година
highscore.h 47b75572b7 Better highscore calculations. пре 7 година
incavead.cc 49ef8f86fb . пре 9 година
inv_screens.h d02e14639e . пре 9 година
inv_screens2.h 2fbd79f076 . пре 9 година
inventory.h 2fbd79f076 . пре 9 година
items.h 5e67ffcd05 . пре 10 година
levelskins.h 3bd27cf872 . пре 9 година
logging.h c531576d40 . пре 11 година
look_screens.h f958424d12 . пре 9 година
mainloop_net.h f90c614ef0 Nixification. пре 2 година
monster_ai.h c875112795 . пре 9 година
monsters.h 5e07e7ac72 . пре 9 година
moon.h f958424d12 . пре 9 година
neighbors.h 52ccf1bfe0 . пре 10 година
nlp.h f958424d12 . пре 9 година
permafeats.h 59703dedba . пре 10 година
player.h 8f47d23f1c . пре 9 година
pstats.h c875112795 . пре 9 година
pstats_serialize.h 214c9405d6 . пре 9 година
random.h 15d330e976 . пре 10 година
random_serialize.h 7465370b73 . пре 11 година
rcode.h a41dfb3945 . пре 11 година
render_maudit.h e20f4a3f16 Fix build problems. пре 7 година
serialize.h 59703dedba . пре 10 година
shell.nix f90c614ef0 Nixification. пре 2 година
skins.h b433709454 . пре 11 година
species.h a67d528881 . пре 9 година
species_bank.h 7465370b73 . пре 11 година
spectator.h f958424d12 . пре 9 година
strings_bank.h f958424d12 . пре 9 година
terrain.h 54d7d9b101 . пре 9 година
terrain_bank.h a92bb5ba1e Compilation performance improvements. пре 11 година
uniques.h 5c50304bc8 . пре 11 година
utilstuff.h 7edb854e35 . пре 10 година
vault_place.h 4ecfa2ad39 . пре 9 година
vaults.h 20c4e15a6f . пре 10 година
vaults_bank.h 4e00287a73 . пре 10 година
worldkey.h 9ad7550f7d . пре 11 година

README


What you will need
------------------

To compile this game you will need

a) A C++11 compiler. (Tested with gcc 4.7 and above.)

b) A build environment that supports POSIX. (Though only a small subset is needed; mostly the socket functions.)

c) Optionally: CMake

d) Optionally, if you want to change the config file syntax: the "ragel" tool, http://www.complang.org/ragel/.


How to build
------------

Simple instructions, for a reasonably UNIX-like OS:

$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=
$ make install


How to play
-----------

a) Change directory to where the 'incavead' binary was installed.
b) Run 'incavead', the game server.
c) Connect with a telnet client to localhost, port 20020.

Example: "puttytel 0.0.0.0 20020"


Enjoy!
------