Skip to content

Commit 1d8f3b7

Browse files
authored
Update README.md
1 parent 4143a84 commit 1d8f3b7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
A Generative Algorithm AI implementation on a 2D racing simulator "Java Racer" (https://github.com/boraakoguz/JavaRacer)
44

55
## Screen Shots
6+
A screenshot from the training process
7+
![screenshot](https://github.com/boraakoguz/JavaRacer-generative-algorithm/blob/main/screenshots/screenshot1.png)
8+
9+
A gif of the start of a half-completed training
10+
![gif](https://github.com/boraakoguz/JavaRacer-generative-algorithm/blob/main/screenshots/example.gif)
611

712
Map creation is as simple as a 100x100 png. Using the default rgb values in paint, the color coding is as follows:
813
- Green: Grass
@@ -16,8 +21,11 @@ If you want to create your own map, edit the track.png file in source directory
1621

1722
## Example Map (can be found in source):
1823

19-
![map](https://github.com/boraakoguz/JavaRacer/assets/66472581/36166a0c-732f-43a6-bc4d-49e97a0c525f)
24+
![map](https://github.com/boraakoguz/JavaRacer-generative-algorithm/blob/main/screenshots/map.png)
2025

26+
## Save System
27+
Saving is done by writing essential data on the save.txt file in the source foulder. Simply deleting or renaming the file will open up a fresh save and create a new save.txt file on the folder.
28+
Changing the data on the file is not advised and may cause errors.
2129

2230
## TODO
2331

0 commit comments

Comments
 (0)