https://github.com/hellomouse/blackbox-singularity
An AI based chat game, where you play as a researcher interviewing an AI
https://github.com/hellomouse/blackbox-singularity
Last synced: 5 months ago
JSON representation
An AI based chat game, where you play as a researcher interviewing an AI
- Host: GitHub
- URL: https://github.com/hellomouse/blackbox-singularity
- Owner: hellomouse
- License: mit
- Created: 2018-09-12T00:41:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T00:41:46.000Z (almost 7 years ago)
- Last Synced: 2025-02-28T07:00:40.606Z (10 months ago)
- Language: Java
- Size: 59.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blackbox: Singularity
Game currently WIP
### Setup
1. Download android studio preview here (https://developer.android.com/studio/preview/), extract somewhere you want to install the app. Then run the program `studio.exe` or `studio64.exe` (Depending on your JDK, you may need to install a java JDK).
2. File => Open => blackbox-singularity/build.gradle
3. Select OK on the 'Import Project from Gradle dialog' and import all modules
4. Make sure that configure on demand is disabled in your IDEA/AS (File => Settings => Build, Execution, Deployment => Gradle-Android Compiler => Configure on demand)
5. Open View => Tool Windows => Gradle and click sync
6. Right click `desktop/java/blackbox.game/BlackboxGame` and click "Run". It will throw an error.
7. Go to Run => Run Configurations.. => choose DesktopLauncher, Arguments Tab => Working Directory => Others then browse to `blackbox/android/assets/` and click Apply => Run
8. Now run BlackboxGame again. It should work.
For more help see https://libgdx.badlogicgames.com/documentation/gettingstarted/Importing%20into%20IDE.html
### License
See LICENSE