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

https://github.com/notyusheng/jumpking-ml-unity

Recreation of Jump King using Unity with machine learning to clear stages
https://github.com/notyusheng/jumpking-ml-unity

jumpking machine-learning unity unity2d

Last synced: 4 months ago
JSON representation

Recreation of Jump King using Unity with machine learning to clear stages

Awesome Lists containing this project

README

          

# JumpKing-ML-Unity

[![GitHub last commit](https://img.shields.io/github/last-commit/NotYuSheng/JumpKing-ML-Unity?color=red)](#)

This project reproduces the mechanics of Jump King using the Unity engine and integrates machine learning to clear each stage, following the methodology showcased in Code Bullet’s video [AI Learns to play JUMP KING](https://www.youtube.com/watch?v=DmQ4Dqxs0HI). The aim is to learn and replicate the processes in the video.

## Demo

![Jump King Demo](https://github.com/NotYuSheng/JumpKing-ML-Unity/blob/main/docs/demo.gif)

## Usage

Link to game: https://notyusheng.itch.io/jump-king-ml

## Sources and Credits
- Replication: This project replicates the methodology demonstrated in Code Bullet’s video [AI Learns to play JUMP KING](https://www.youtube.com/watch?v=DmQ4Dqxs0HI).
- Game Reference: For more details about the original game, visit the [Jump King Steam page](https://store.steampowered.com/app/1061090/Jump_King/).