Giter VIP home page Giter VIP logo

velbazhdsoftwarellc / tripeakssolitaireforandroid Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 2.91 MB

TriPeaks Solitaire for Android is a card game in which you remove cards that are adjacent (by value) to the current card. Implementation was done by Valera Trubachev, Christian d'Heureuse and Todor Balabanov.

License: GNU General Public License v3.0

Java 98.27% HTML 1.73%
gambling-game solitaire-game

tripeakssolitaireforandroid's Introduction

Tri Peaks Solitaire For Android Build Status

TriPeaks Solitaire for Android is a card game in which you remove cards that are adjacent (by value) to the current card. Implementation was done by Valera Trubachev, Christian d'Heureuse and Todor Balabanov.

Get it on F-Droid Get it on Google Play

tripeakssolitaireforandroid's People

Contributors

inabaltadzhieva avatar kameliaivanova avatar mariabarova avatar poussinou avatar tiadalma avatar todorbalabanov avatar victorvangelov avatar

Stargazers

 avatar

Watchers

 avatar  avatar

tripeakssolitaireforandroid's Issues

Could not find aapt2-proto.jar

Hello,
I get this error when trying to build v1.0 with Gradle:

A problem occurred configuring root project 'TriPeaksSolitaireForAndroid'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not find aapt2-proto.jar (com.android.tools.build:aapt2-proto:0.3.1).
     Searched in the following locations:
         https://jcenter.bintray.com/com/android/tools/build/aapt2-proto/0.3.1/aapt2-proto-0.3.1.jar

This is known issue that happens when the Google repository does not come first.

This fixes the issue:

diff --git a/build.gradle b/build.gradle
index 47cf56f..2b29ba2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,8 +1,8 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 buildscript {
     repositories {
-        jcenter()
         google()
+        jcenter()
     }
     dependencies {
         classpath 'com.android.tools.build:gradle:3.2.1'
@@ -11,7 +11,7 @@ buildscript {
 
 allprojects {
     repositories {
-        jcenter()
         google()
+        jcenter()
     }
 }

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.