- Nix package manager or
ncurses
pre-installed - Linux which supports ELF64 binary type
- GCC installed
- NASM installed
THE GAME MUST BE RAN IN A PRETTY BIG TERMINAL WINDOW, I RECOMMEND HAVING IT FULLSCREEN
THE GAME WILL NOT TAKE INPUT PROPERLY IF THE FIRST RENDER ISN'T FULLY FINISHED (window too small)
nix-shell env.nix
make
./othello
- I have included my version of the
libncurses.so
file and set up the Makefile so that it automatically uses it. It might work out of the box, otherwise install ncurses with your own package manager. make
./othello