Skip to content
This repository has been archived by the owner on Jul 19, 2018. It is now read-only.

add a direct link to apk in Readme #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rubo77
Copy link

@rubo77 rubo77 commented Feb 1, 2016

Please add this readme or similar, including the link to the app for download.

I think you used the KI of https://github.com/smack42/DriftingDroids so maybe you can cross link to that project as well.

Maybe you can add an english instructions as well?

What does "BFS" and "IDDFS" mean?

@rubo77
Copy link
Author

rubo77 commented Feb 1, 2016

I also tried to build the app with android studio on Ubuntu, At first I got this error:

Error:A problem occurred configuring root project 'ProjetEi4_Android'.
> Could not resolve all dependencies for configuration ':classpath'.
> Could not resolve com.android.tools.build:gradle:1.0.0.
 Required by:
     :ProjetEi4_Android:unspecified
  > Could not resolve com.android.tools.build:gradle:1.0.0.
     > Could not get resource 'https://jcenter.bintray.com/com/android/tools/build/gradle/1.0.0/gradle-1.0.0.pom'.
        > Failure initializing default system SSL context

solved it by searching for an old /etc/ssl/certs/java/cacerts in my backups and restored that file with it.

Then gradle continues correctly leading me through getting the right extensions in android-studio and I could build the app:
https://github.com/rubo77/ProjetEi4_Android/raw/apk/download/app-debug.apk

@imefGames
Copy link
Owner

Hi!
Thanks for the advice! ;)
I'll definitly add the README model once I find an apk that was made!
As for the building problem, I am willing to bet there's a problem with the Gradle file somehow! I recall having a few problems working with my teammate because of Gradle! ^^'
Anyway, I will look around for a solution to that problem! ;)

IDDFS stands for "Iterative Deepening Depth Fisrt Search" and BFS stands for "Breadth First Search". Both are types of search AIs implemented in the game.

If you have any further questions or suggestions, feel free to ask! ;)
However, this project was done for a school project which is now over. So we might be a bit slow to do some things! ^^'

@rubo77
Copy link
Author

rubo77 commented Feb 2, 2016

I solved the gradle problems and built the app successfully.

It looks really great:

https://github.com/rubo77/ProjetEi4_Android/raw/apk/download/app-debug.apk

I will add some ideas and wishes in the issues

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants