https://github.com/bengreenier-archive/othello
Othello written in C++ for my CS128 Class, using SFML.
https://github.com/bengreenier-archive/othello
Last synced: 3 months ago
JSON representation
Othello written in C++ for my CS128 Class, using SFML.
- Host: GitHub
- URL: https://github.com/bengreenier-archive/othello
- Owner: bengreenier-archive
- Created: 2011-11-02T17:26:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-30T06:00:08.000Z (over 13 years ago)
- Last Synced: 2024-12-26T00:40:23.152Z (5 months ago)
- Language: C++
- Homepage:
- Size: 21.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
--------------
Oh Hai...
This project is made by b3ngr33ni3r for his comp128 class.Basically what it is, is a GUI OTHELLO GAME.
Othello being this: www.malaysiaothello.org/documents/OthelloRules.pdf
the gui uses the SFML framework: http://sfml-dev.org
Thats all... for now.
-----
ChangelogMY TOP PRIORITY is fixing the availability algorithm
theres an issue with the cell availability algorithm, sometimes it gets
screwed up and directions stop working.the flipping algorithm works in all key directions.
------
TO RUN my progress so far, checkout
https://github.com/b3ngr33ni3r/Othello/tree/master/OthelloBetter/bin/Release
but note you'll need to run the exe in an enviroment that contains all
the files in
https://github.com/b3ngr33ni3r/Othello/tree/master/OthelloBetter (the
.dll's and .ttf) otherwise it'll error out