University of Wisconsin-Madison / Computer Science
五目並べ TicTacToe5
This repository contains a personal project to explore game playing mechanism by using Android. I published this app on the Google Play store. It is free! https://play.google.com/store/apps/details?id=com.yudaiyaguchi.tic_tac_toe_5 Function I have created the simple UI that user can choose the size of the board, number of players, AI level and who goes first. AI uses my own evaluation function. I commented out Min-Max for future reference to make the AI even stronger. AI results in choosing good moves quickly and beat everyone around me.