Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Forestf90 committed Jan 20, 2020
1 parent 0e04024 commit 1cefa10
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
ChatNoir
## Chat Noir

LibGDX clone of orginal Chat Noir flash game.

![](android/res/chat.png)

### Implementation

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
Font:

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/)
Binary file added android/res/chat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added android/res/chat_astar.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added android/res/chat_bfs.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1cefa10

Please sign in to comment.