All Projects â†’ dawidd6 â†’ AndTTT

dawidd6 / AndTTT

Licence: MIT License
🎲 Simple tic tac toe game for Android

Programming Languages

java
68154 projects - #9 most used programming language
go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to AndTTT

goprotoc
Library for writing protoc plugins in Go; also includes a pure-Go protoc replacement
Stars: ✭ 73 (+386.67%)
Mutual labels:  protobuf, protocol-buffers
protobuf-d
Protocol Buffers Compiler Plugin and Support Library for D
Stars: ✭ 32 (+113.33%)
Mutual labels:  protobuf, protocol-buffers
protoc-plugin
A protoc compiler plugin for Clojure applications
Stars: ✭ 28 (+86.67%)
Mutual labels:  protobuf, protocol-buffers
stockholm
💵 Modern Python library for working with money and monetary amounts. Human friendly and flexible approach for development. 100% test coverage + built-in support for GraphQL and Protocol Buffers transports using current best-practices.
Stars: ✭ 26 (+73.33%)
Mutual labels:  protobuf, protocol-buffers
nimpb
Protocol Buffers for Nim
Stars: ✭ 29 (+93.33%)
Mutual labels:  protobuf, protocol-buffers
makego
Makefile setup for our Golang projects.
Stars: ✭ 65 (+333.33%)
Mutual labels:  protobuf, protocol-buffers
grpc-chat
Simple Chat Server/Client implemented with gRPC
Stars: ✭ 107 (+613.33%)
Mutual labels:  protobuf, protocol-buffers
protobuf-example-java
Companion Repository for my Protocol Buffers course
Stars: ✭ 67 (+346.67%)
Mutual labels:  protobuf, protocol-buffers
protopatch
protoc-gen-go patch utility
Stars: ✭ 58 (+286.67%)
Mutual labels:  protobuf, protocol-buffers
protocell
Conjures up convenient OCaml types and serialization functions based on protobuf definition files
Stars: ✭ 18 (+20%)
Mutual labels:  protobuf, protocol-buffers
kafka-protobuf-serde
Serializer/Deserializer for Kafka to serialize/deserialize Protocol Buffers messages
Stars: ✭ 52 (+246.67%)
Mutual labels:  protobuf, protocol-buffers
ppx deriving protobuf
A Protocol Buffers codec generator for OCaml
Stars: ✭ 76 (+406.67%)
Mutual labels:  protobuf, protocol-buffers
protoconfig
ProtoConfig 1.0: Open Standard for using, defining, and consuming software configuration input in a unified way.
Stars: ✭ 24 (+60%)
Mutual labels:  protobuf, protocol-buffers
protodoc
protodoc generates Protocol Buffer documentation.
Stars: ✭ 43 (+186.67%)
Mutual labels:  protobuf, protocol-buffers
protobuf-ipc-example
Protocol buffer IPC example
Stars: ✭ 19 (+26.67%)
Mutual labels:  protobuf, protocol-buffers
agentgo
Hi! Agentgo is a tool for making remote command executions from server to client with golang, protocol buffers (protobuf) and grpc.
Stars: ✭ 15 (+0%)
Mutual labels:  protobuf, protocol-buffers
protobuf-ts
Protobuf and RPC for TypeScript
Stars: ✭ 527 (+3413.33%)
Mutual labels:  protobuf, protocol-buffers
ProtobufDecoder
A Google Protocol Buffers (Protobuf) payload decoder/analyzer
Stars: ✭ 33 (+120%)
Mutual labels:  protobuf, protocol-buffers
javascript-serialization-benchmark
Comparison and benchmark of JavaScript serialization libraries (Protocol Buffer, Avro, BSON, etc.)
Stars: ✭ 54 (+260%)
Mutual labels:  protobuf, protocol-buffers
rails-microservices-book
A guide to building distributed Ruby on Rails applications using Protocol Buffers, NATS and RabbitMQ
Stars: ✭ 23 (+53.33%)
Mutual labels:  protobuf, protocol-buffers

AndTTT

Get it on F-Droid

Android tic-tac-toe game.

Features

  • 3 game modes: Local, Single, Online
  • 3 difficulty levels (easy, medium, hard)
  • arena where bots fight against each other
  • separate room for every online match
  • rooms protected with password or not
  • light and black (night mode) theme
  • option to enable or disable animations
  • also it has animations
  • did I say it has animations?
  • let's not forget about animations
  • option to show or hide Android's status bar
  • probably more that I forgot to mention

Current status

It's mostly playable and usable now, but it is still in beta.

Screenshots (version 0.6.3)

Project structure

Path Description
app/src/main/java
app/src/main/res
Java client code
app/src/main/go Go server code
app/src/main/proto Protocol Buffers code
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].