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

..03-May-2022-

data/H03-May-2022-

fonts/H03-May-2022-

graphics/H03-May-2022-

sounds/H03-May-2022-

src/H04-Sep-2016-2,9992,467

.gitignoreH A D04-Sep-20169 21

ChangeLog.mdH A D04-Sep-20164.5 KiB7638

MakefileH A D04-Sep-20161.2 KiB4636

ReadMe.mdH A D04-Sep-20162 KiB6842

abbaye.desktopH A D04-Sep-2016302 1312

ReadMe.md

1# Abbaye-SDL
2
3Port of indie game "l'Abbaye des Morts". Originally released by Locomalito to Windows
4platform in year 2010.
5This port uses C language with SDL libraries.
6
7# Media / Screenshots
8
9[![shot1](https://picload.org/image/rrwogddo/1473017079_th.png)](https://pl.vc/bcnge)
10[![shot2](https://picload.org/image/rrwogdag/1473017146_th.png)](https://pl.vc/b5qoo)
11[![shot3](https://picload.org/image/rrwogddc/1473017093_th.png)](https://pl.vc/155ocq)
12[![shot4](https://picload.org/image/rrwogddp/1473017123_th.png)](https://pl.vc/7vdx8)
13
14# Platforms
15
16Currently, this port works on:
17
18  * GNU/Linux (32 & 64 bits), including Raspberry Pi
19  * FreeBSD
20  * OpenPandora
21  * CGW Zero
22  * Nintendo Wii
23
24Fell free if you want to port this program to another system, it's opensource, take the
25code and modify!
26
27# Installation from source
28
29Under GNU/Linux and FreeBSD, in order to compile this program, you need to install SDL2
30libraries. Check your distribution instructions.
31
32Unpack the source code file:
33
34`$ tar xf abbaye_linux_v2_beta.tar.gz`
35
36Enter the directory created an run:
37
38`$ make`
39
40As root, install the game with:
41
42`# make install` (Ubuntu users run: `$ sudo make install`)
43
44An icon will appear in your application menu, in game section.
45Alternatively you can run the game with `abbayev2`.
46
47# Uninstallation from source
48
49Enter the directory and run (as root):
50
51`# make uninstall` (Ubuntu users run: `$ sudo make uninstall`).
52
53# History
54
55Abbaye des Morts is a freeware game made by LocoMalito (with the help of Gryzor87 in
56music side) in 2010. Was developed with Gamemaker and only runs natively in Microsoft
57Windows systems.
58
59This is a port to GNU/Linux systems & any system that supports C and SDL libraries.
60
61The version 2.0 of the game is a port from SDL1.2 to SDL2 libraries. This includes a nice
62set of features: OpenGL rendering, auto-scaling, Android & IOS support, VSync, etc.
63
64# License
65
66The code is licensed under GNU GPL version 3, so anyone can download, see, change and
67redistribute the code.
68