Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggest Amazing Tic Tac Toe #858

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 18 additions & 0 deletions applications.json
@@ -1,5 +1,23 @@
{
"applications": [
{
"short_description": "Fun Tic Tac Toe game equipped with multiplayer (local and online) and leveled single player available on the App Store.",
"categories": [
"games",
],
"repo_url": "https://github.com/Aries-Sciences-LLC/Tic-Tac-Toe",
"title": "Amazing Tic Tac Toe",
"icon_url": "https://raw.githubusercontent.com/Aries-Sciences-LLC/Tic-Tac-Toe/master/Icon.iconset/AppIcon.png",
"screenshots": [
"https://raw.githubusercontent.com/Aries-Sciences-LLC/Tic-Tac-Toe/master/ScreenShots/previews/inGameDemos.png",
"https://raw.githubusercontent.com/Aries-Sciences-LLC/Tic-Tac-Toe/master/ScreenShots/previews/multiplayerModes.png"
],
"official_site": "https://ariessciences.com/highlight?product=tic-tac-toe",
"languages": [
"swift",
"objective_c"
]
},
{
"short_description": "A handy menu bar translator app that supports DeepL and Google Translate.",
"categories": [
Expand Down