(C) 2018 "In nihilum reverteris" - kolejna fabularna gra tekstowa Yerzmyeya. 
Platforma: Raspberry Pi 3 / Raspbian.


Controls: 
TAB - wybieranie pomidzy hyperlinkami. 
ENTER - fire / zatwierdzenie wyboru. 
Kursory UP / DOWN scrollowanie tekstu gra / d.

Tekst i muzyka - Yerzmyey / H-PRG. 
Kod - Hellboj / H-PRG.
Grafika - Habib^Joulo / H-PRG.

Betatesterzy tekstu: Kya, Vocoderion, Radxcell/Illusion, Hellboj. 
Konsultacja naukowa (fizyka / matematyka) - dr inz. Hellboj. 
Moral support - Piotr Marecki. 


***IT'S NOT LITERATURE - IT'S THE DEMOSCENE***




Publikacja finansowana w ramach programu Ministra Nauki i Szkolnictwa Wyszego
pod nazw Narodowy Program Rozwoju Humanistyki w latach 2016-2019
(0020/NPRH4/H2b/83/2016).




Use tutorial "Idiot's guide to C++/SDL Setup" for the RPI at:
https://www.raspberrypi.org/forums/viewtopic.php?t=13789

moreover install sdl libraries needed for compilation:

sudo apt-get install gcc build-essential libsdl1.2-dev libsdl-image1.2 libsdl-image1.2-dev libsdl-mixer1.2 libsdl-mixer1.2-dev libsdl-ttf2.0-0  libsdl-ttf2.0-dev libsdl1.2debian

then compile the game using Makefile [just type]:

make

if needed check your g++ version [4.8/4.9 are fine]

setup resolution (by editting /boot/config.txt) to 1920 x 1080:

Change parameters hdmi_group & hdmi_mode e.g.
hdmi_group=1 hdmi_mode=5 for 60Hz TV sets
hdmi_group=2 hdmi_mode=82 for monitors

disable overscan and force framebuffer width & height if you don't have desired resolution:
disable_overscan=1
framebuffer_width=1920
framebuffer_height=1080

For further info see https://www.raspberrypi.org/documentation/configuration/config-txt/video.md

and run:

./nihil

 enjoy!
