https://github.com/skinnypetethegiraffe/google-chrome-game-ai-java
A Java port of the Google-Chrome-Game-AI project written by Code-Bullet
https://github.com/skinnypetethegiraffe/google-chrome-game-ai-java
ai code-bullet dino-game google java port processing
Last synced: about 2 months ago
JSON representation
A Java port of the Google-Chrome-Game-AI project written by Code-Bullet
- Host: GitHub
- URL: https://github.com/skinnypetethegiraffe/google-chrome-game-ai-java
- Owner: SkinnyPeteTheGiraffe
- Created: 2019-09-27T03:54:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T22:22:50.000Z (over 2 years ago)
- Last Synced: 2025-04-07T17:14:27.592Z (about 1 year ago)
- Topics: ai, code-bullet, dino-game, google, java, port, processing
- Language: Java
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Chrome Dino Game AI (Java Port)
##### Original Author: [Code-Bullet](https://github.com/Code-Bullet)
##### Original Source: [Code-Bullet/Google-Chrome-Dino-Game-AI](https://github.com/Code-Bullet/Google-Chrome-Dino-Game-AI)
This a Java port of the Google-Chrome-Game-AI project created by Code-Bullet.
Wanted to check out the project after watching [this video](https://www.youtube.com/watch?v=sB_IGstiWlc).
This is a pure Java port, build-managed by Maven, with Lombok for less boilerplate.
### Original Instructions
Controls:
| Key | Action |
| :---------------- | :--------------------------------------------------------|
| **G** | show all of the generations where the dinosaurs improved |
| **N** | show Nothing (to speed up the evolution) |
| **+** | speed up framerate (game speed) |
| **-** | slow down framerate (game speed) |
| **Arrow Keys** | navigate through generations |
| **ESC** | close application |