Scénario :
Ganon asked a vow to the Triforce and a sad rainy day, the kingdom of Hyrule turned into Picross grids.
Gathering his courage and pencil, Link left to try this new challenge.
Hi, is there any way to get either the source code to this game, or a linux version of it?
I have been playing the other games from this site on Ubuntu and love them, would be great to have this one up and running on linux as well! Never mind! i found the source code link and going to try and compile it on linux!
$ gcc main.cpp
/tmp/cc0eCcKK.o: In function `main':
main.cpp:(.text+0x32): undefined reference to `operator new(unsigned int)'
main.cpp:(.text+0x42): undefined reference to `Window::Window(bool)'
main.cpp:(.text+0x53): undefined reference to `Window::loop()'
main.cpp:(.text+0x66): undefined reference to `Window::~Window()'
main.cpp:(.text+0x72): undefined reference to `operator delete(void*)'
main.cpp:(.text+0x87): undefined reference to `operator delete(void*)'
/tmp/cc0eCcKK.o: In function `__static_initialization_and_destruction_0(int, int)':
main.cpp:(.text+0xc2): undefined reference to `std::ios_base::Init::Init()'
main.cpp:(.text+0xd7): undefined reference to `std::ios_base::Init::~Init()'
/tmp/cc0eCcKK.o:(.eh_frame+0x13): undefined reference to `__gxx_personality_v0'
collect2: error: ld returned 1 exit status
Well, i can not get it to compile...
Would anyone more experienced at compiling be willing to try to make a linux build?