X-Git-Url: http://royale.zerezo.com/git/?p=zeRace;a=blobdiff_plain;f=README;fp=README;h=ff68211e0aaa7af7fc9723579f663ef37552d21c;hp=1c0a1e67e02501d7d7b93da9efa68b9e71ef90e6;hb=ee6ec6d95d78f74973a2ba97077cc94709bb6c61;hpb=dde2df6289f6daf23ee1632560c4c89061ef2f4a diff --git a/README b/README index 1c0a1e6..ff68211 100644 --- a/README +++ b/README @@ -1,3 +1,19 @@ -zeRace 0.3 +zeRace 0.4 site: http://royale.zerezo.com/zerace/ mail: royale@zerezo.com + +install: +In order to compile the game, you will need SDL, SDL_net, SDL_mixer, SDL_image, SDL_gfx and the related developpement headers. +Then, just type "make" to build the game. +The Makefile as some parameters. For example, in order to cross-compile Windows binaries using MinGW you can type : +make CC=i586-mingw32msvc-gcc SDLCONFIG=/path/to/sdl-config WINDRES=i586-mingw32msvc-windres ICON=icon.o EXT=.exe + +bots: +To play a game against bots, you will first need to launch a local server : +./server "My private server" 5 1 private +Then launch as many bots as you want : +./bot_anticip localhost 3600 0 +./bot_anticip localhost 3600 8 +./bot_anticip localhost 3600 16 +Then you can join your own server in zeRace in the "network game" section. +If you are under Windows, replace by "server.exe" and "bot_anticip.exe" in MS-DOS commands.