victorsuleiman / TappyForAndroid

Collection of minigames for Android made in Java

Home Page:https://appetize.io/app/x6rea65rz3yn6mg4m3vedjh3g8?device=nexus7&scale=50&orientation=portrait&osVersion=8.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tappy: Android Quick Minigames

Download APK:

Test the app here ! Browser emulator, no additional software needed.

Games and Features developed by Victor

  • Time Recorder: a support class for recording times by the user, so it can be inserted onto the scoreboard database after
  • Tic Tap Toe: a simple Tic Tac Toe game against an AI. Developed using linear layout, dynamic ID finding, and preserving game's state when rotating the screen
  • Simon Tap: a simple Simon game, where the player needs to memorize the pattern shown. Developed using the Countdown Timer class, sound effects, touch and click listeners, handlers and co-routines.

About

Tappy is a collection of quick minigames to have fun when you're bored. It has a tutorial game and 5 minigames that test your reflexes, music and culture knowledge, memory and even strategy. It was our first project in Android + Java development and we explored concepts taught in class as well as expanded our knowledge as well.

Contributors

James Nguyen - https://github.com/JamesDaiD

Tarane Talebi - https://github.com/Talebi-T9630

Victor Correa Suleiman - https://github.com/victorsuleiman

Release 1.0

Project successfully released.

Features and Games:

  • Taptorial: Just a tutorial game, tap the button 10 times as fast as you can!
  • Tic Tap Toe: Play a best of 3 Tic Tac Toe rounds against a computer AI.
  • Tapman: Play matches of hangman on multiple subjects.
  • Tap That Song: try to guess the song playing. Some tips are provided if you get stuck.
  • Simon Tap: test your memory and try to remember the order of color pattern shown.
  • Reaction Tap: a game of reflexes. Tap the screen as soon as it turns green and see your reaction time in a graph.
  • Scoreboard: keeps a list of user times for each game finished, with sorting options.