Skip to content

The classic game Tic Tac Toe written in the ABAP programming Language. The report can be considered far from 'smart' since the AI code is quite simple, but is still impressive considering the limitations of the language.

Notifications You must be signed in to change notification settings

angzosan/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

Tic Tac Toe in ABAP programming language. The report provides the ability to choose between

  1. Single Player -> play with the computer
  2. Multiplayer -> play with someone next to you ( from the same computer )
  3. Multiplayer on demand -> play with someone from different computers ( on development ).

SINGLE PLAYER The report uses a simple AI ( agent-based ) to perform the activities so that after every move from the player, the report will reply with a 'smart' one.

Multiplayer Simple code and implementetion that allows two players to play from the same computer.

Multiplayer on demand Every time a player makes a move, the move is saved in a database. After that, the other player is notified through email, and is now set to make their move. This part is complete, however it has not been tested on a system with correct email configurations.

About

The classic game Tic Tac Toe written in the ABAP programming Language. The report can be considered far from 'smart' since the AI code is quite simple, but is still impressive considering the limitations of the language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages