This application has dependancies that are no longer supported by android, therefore I will archiving this project and keeping it as a reference for anyone who wants to make such a game on android.
I will also be removing it from both the playstore and amazon store.
A tic-tac-toe game for android
This is a small project I did in my free time to experince basic gaming programming on android.
None , this is pure android code, see for yourself !
The AI was implemented using a minimax with alpha beta pruning algorithim , even though there are still alot to be done on it and it's still not that natrual to play with but it's suffient for a first release
Material that I used and inspired me:
- "Tic Tac Toe java cas study : " - The AI is heavily based on the code found here
- "Understanding the minimax algorthim : " - Awesome explanation to the minimax algorithim
- "MIT Lecture on Gaming AI programming : " - Another awesome explanation to minimax and gaming AIs in general
Contributions are always welcome! Just make a pull request and I will gladly consider any contributions
Hossam Sherif : hossamsherifmostafa@gmail.com
Copyright (C) 2016 Hossam Sherif
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.