Coder Social home page Coder Social logo

onlinetictactoe's Introduction

ABOUT THE PROJECT

This is a University project for Mobile Programming and Distributed 's lessons.

It is an implementation of the popular Tic Tac Toe game. Fun Fact: in italy is called Tris because it is the latin for three. It will contain two mode:

  • Offline; one device needed because the two players use the same phone
  • Online; two device needed because they bluetooth connect with each other

DEPENDENCIES

You can find all the dependencies used for this project in the build.gradle.kts(Module) file. In that file you can also find the java version, the default configurations and plugins.

If you can't find it, is probably because you have "Project" view in Android Studio so search it in OnlineTicTacToe > app > build.gradle.kts. If you are in "Android" view you shouldn't have problem finding it in gradle scripts.

DIRECTORY OF THE PROJECT

In the directory app you will find: - manifest; it contains the AndroidManifest.xml. If you change/add/remove an activity remember to change the manifest too. If you have to add some implicit permissions check it here using <uses-permission. If you need some particular setting for an activity (like the screenOrientation). - java; it contains the java classes. - res; It contains .xml resources like drawable, layout or values (such as strings or colors). If you want to change how the View is showed you probably need to check the layout folder. If you want to add some images data you can do it by adding them to the drawable folder.

VERSION CONTROL

The local offline part is the same in every branch. Otherwise the online part was hard for me to make so i split it in various branches: - master was used to create the online game with Firebase, due to project's requirement from my school i decided to pass entirely to WifiDirect first and then Sockets. - BTsocket I used this branch to work with a bluetooth connection. - Socket it was used to try a connection with a simple socket.

OTHER

If there are any problems you can open a github issue or you can first check some online forums to be sure is not project related issue.

Thank you for cloning or simply using it

onlinetictactoe's People

Contributors

gattopandacorno avatar

Stargazers

 avatar Davide Palma avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.