Skip to content

Commit

Permalink
Update README.md (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrueger authored Aug 7, 2023
2 parents eeb0275 + a77971c commit a54d785
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
# game_cheetah
![Screenshot](/assets/cheetah.png)
Game memory editor for altering variables in computer games (resources, lifes, etc.)
# ![Logo](/build/linux/128x128.png) game_cheetah
Game cheetah is an utility to modifiy the state of a game process.

![Screenshot](/assets/Screenshot.png)
Make yourself more memory, better stats or more lifes.

Single player games store the game state in memory where multi player games
don't. So, this utility is not useful for multiplayer games.

Features:
* Easy to use UI
* Supports multiple searches
* Guesses the data type of the searched value
* Game Cheetah runs natively on Linux, Mac and Windows computers.

Keep in mind that altering a game memory contents may lead to game and/or computer crashes. Use at your own risk.

# Game Cheetah in action

[![Watch the video](https://img.youtube.com/vi/ng_1LBaUS48/maxresdefault.jpg)](https://youtu.be/ng_1LBaUS48)

# Get binaries

Get the latest release here:
https://github.com/mkrueger/game_cheetah/releases/latest

# Build

Expand Down

0 comments on commit a54d785

Please sign in to comment.