# tictactoe-voc **Repository Path**: labsite/tictactoe-voc ## Basic Information - **Project Name**: tictactoe-voc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-25 - **Last Updated**: 2021-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Tic Tac Toe =========== This is a native Android app written in Python, using the [BeeWare](http://pybee.org/) suite. The Python code is compiled to Java bytecode using [VOC](http://pybee.org/voc), and the Android APK is packaged using [briefcase](https://github.com/pybee/briefcase). **Requirements** * JDK * Android SDK ## How to run Ensure that you have [Android SDK](https://developer.android.com/studio/index.html#downloads) installed. Install the Python development requirements: pip install -r requirements-dev.txt [Plug in your Android device](https://developer.android.com/training/basics/firstapp/running-app.html) or [start an emulator](https://developer.android.com/studio/run/emulator-commandline.html). Build and run the app: python setup.py android (cd android && ./gradlew run) ![Game screenshot](screenshot.png) ## Want to know more? If you liked this, you might like: * [Native Android drawing app written in Python](https://github.com/eliasdorneles/drawingapp-voc) * [Template for native Android apps written in Python](https://github.com/eliasdorneles/beeware-android-template) * [Video of a talk explaining how VOC works](https://www.youtube.com/watch?v=9c4DEYIXYCM)