Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix table
  • Loading branch information
Forestf90 authored Jan 20, 2020
1 parent 1cefa10 commit 5757120
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ LibGDX clone of orginal Chat Noir flash game.

Player objective is to stop cat for reaching the border tiles of the map.
Cat can use breadth-first search algorithm or A* to find shortest path to escape. Animations of algorithms can bu turn on by clicking on Animation button.

| A* | BFS |
|--------|-------|
|![](android/res/chat_astar.gif) | ![](android/res/chat_bfs.gif)|
There are option to undo turn but it can be use only once per move.


Thanks to libGDX game can be run on desktop or android.

### Resources
Expand All @@ -22,4 +24,4 @@ https://www.fontsquirrel.com/fonts/pacifico

Skin:

https://github.com/czyzby/gdx-skins/tree/master/lgdxs created by [Raymond "Raeleus" Buckley](https://ray3k.wordpress.com/software/skin-composer-for-libgdx/)
https://github.com/czyzby/gdx-skins/tree/master/lgdxs created by [Raymond "Raeleus" Buckley](https://ray3k.wordpress.com/software/skin-composer-for-libgdx/)

0 comments on commit 5757120

Please sign in to comment.