An open API service indexing awesome lists of open source software.

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

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 |