Skip to content

An implementation of the othello game made in NASM using ncurses.

Notifications You must be signed in to change notification settings

wowvain-dev/othello-nasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Othello in NASM

Prerequisites

  • Nix package manager or ncurses pre-installed
  • Linux which supports ELF64 binary type
  • GCC installed
  • NASM installed

Running

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)

With Nix installed
  1. nix-shell env.nix
  2. make
  3. ./othello
Without Nix
  1. 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.
  2. make
  3. ./othello

About

An implementation of the othello game made in NASM using ncurses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published