Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
/ hist-tictactoe Public archive

Game developed in the Android course at Sør-Trøndelag University College

Notifications You must be signed in to change notification settings

mpolden/hist-tictactoe

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

Game developed in the Android course at Sør-Trøndelag University College

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages