• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..17-Dec-2021-

dependencies/H17-Dec-2021-4,7914,437

enet_server/H17-Dec-2021-679588

lib/H17-Dec-2021-9,2608,891

server/H17-Dec-2021-837749

README.mdH A D17-Dec-2021808 2718

TODO.mdH A D17-Dec-2021431 2217

client_settings.jsonH A D17-Dec-2021203 1110

keineschweine.nimH A D17-Dec-202121.6 KiB727656

keineschweine.nim.cfgH A D17-Dec-2021230 109

README.md

1keineSchweine
2========================
3Just a dumb little game
4
5### Dependencies
6
7* nim 0.8.15, Until this version is released I'm working off nim HEAD: https://github.com/Araq/nim
8* SFML 2.0 (git), https://github.com/LaurentGomila/SFML
9* CSFML 2.0 (git), https://github.com/LaurentGomila/CSFML
10* Chipmunk 6.1.1 http://chipmunk-physics.net/downloads.php
11
12### How to build?
13
14* `git clone --recursive https://github.com/fowlmouth/keineSchweine.git somedir`
15* `cd somedir`
16*  `nim c -r nakefile test` or `nim c -r keineschweine && ./keineschweine`
17
18### Download the game data
19
20You need to download the game data before you can play:
21http://dl.dropbox.com/u/37533467/data-08-01-2012.7z
22
23Unpack it to the root directory. You can use the nakefile to do this easily:
24
25* `nim c -r nakefile`
26* `./nakefile download`
27