[Solved] SDL2 Exporting to linux

Well I solved the problem i was installing wrong SDL2 libraries: used these: sudo apt-get install libsdl2-dev sudo apt-get install libsdl2-image-dev sudo apt-get install libsdl2-ttf-dev 1 solved SDL2 Exporting to linux

[Solved] EndView game on gnu Prolog [closed]

you must get transpose/2 from the other question and replace all_distinct/1 with fd_all_distinct/2. Also, get writeln and replace write here maplist(write, [R1,R2,R3,R4]). edit A simple solution would be to extend the ‘encoding’ of the finite domain, reserving two digits as blanks, instead of just the 0, and extending the logic already seen in answer posted … Read more