Skip to content

An Android implemention of Tic-Tac-Toe made during a project in mobile application development at AITeL (The Faculty of Informatics and e-Learning, Sør-Trøndelag University College)

Notifications You must be signed in to change notification settings

vegardoj/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-tac-toe for Android

Martin Polden and Vegard Johannessens Android project, done as a part of the Android course at AITeL (The Faculty of Informatics and e-Learning, Sør-Trøndelag University College) in spring 2011.

Features

  • Singleplayer mode with easy difficulty
  • Multiplayer with shared screen
  • Multiplayer using two phones over TCP/IP
  • Scalable board size ranging from 3x3 to 7x7 with variable lengths to win
  • Custom menus and graphics

Compiling and deploying

This project uses a standard Maven project layout. To compile:

ANDROID_HOME=/path/to/android-sdk mvn package

To deploy it on your phone or emulator:

ANDROID_HOME=/path/to/android-sdk mvn android:deploy 

About

An Android implemention of Tic-Tac-Toe made during a project in mobile application development at AITeL (The Faculty of Informatics and e-Learning, Sør-Trøndelag University College)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages