Skip to content

Othello-Game with C++. I try to make AI-like system.

License

Notifications You must be signed in to change notification settings

tanacchi/othello_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

othello_game

五目並べが出来たならオセロもできるだろっていうノリです。
オセロは特に、ターンごとに出せる手が限られているので
AIもどきの実装もイケるような気がしている。
C++の闇にも触れつつ頑張りたいと思います。
オセロの戦術やAIに関する知識のある方、是非アドヴァイスをお願いします。

I made "Gomoku-Game" before. Next, I try to make Othello-Game.
In Othello-Game, player's action is limited compared to the other board-games.
Therefore I can make AI-like system, maybe....
If you can, please gave me advise about Othello, Artificial Intelligence, or English.