Skip to content

Commit

Permalink
update versioning and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AviationSFO committed Aug 10, 2022
1 parent da9747c commit f0b59d0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,22 @@ This is a simple command line client for retro games I have made. It is written
## Current Supported Games
* [Snake](https://github.com/AviationSFO/SnakeGame) (Python)
* #### Requirements
* pygame
* pygame (auto installed)
* [Dodger](https://github.com/AviationSFO/DodgerGame)
(Python)
* #### Requirements
* pygame
* pygame (auto install)
* [TicTacToe](https://github.com/AviationSFO/TicTacToe) (C++)
* #### Requirements
* Currently only for windows
* [Wordle](https://github.com/AviationSFO/wordle) (Lua)
* #### Requirements
* Lua installed 5.4+
* [Platformer2000](https://github.com/AviationSFO/Hello-Unity) (C#)
* #### Requirements
* python with pip
* gdown (auto install)
* Windows 10/11

## Usage
### Windows 10/11
Expand Down
2 changes: 1 addition & 1 deletion RetroGames.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ int main()
{
using namespace std::this_thread; // sleep_for, sleep_until
using namespace std::chrono; // nanoseconds, system_clock, seconds
cout << "Retro Games Client v1.2.0" << endl;
cout << "Retro Games Client v1.3.0" << endl;
// get list of installed games
string installed_games[5];
bool snake = check_game_installed("SnakeGame");
Expand Down
Binary file modified RetroGames.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion client_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.0
v1.3.0

0 comments on commit f0b59d0

Please sign in to comment.