Skip to content

AviationSFO/RetroGamesClient

Repository files navigation

Retro Games Client

This is a simple command line client for retro games I have made. It is written in C++ and designed to be lightweight and easy to use for a CLI app.

Current Supported Games

  • Snake (Python)
    • Requirements

      • pygame (auto installed)
  • Dodger (Python)
    • Requirements

      • pygame (auto install)
  • TicTacToe (C++)
    • Requirements

      • Currently only for windows
  • Wordle (Lua)
    • Requirements

      • Lua installed 5.4+
  • Platformer2000 (C#)
    • Requirements

      • python with pip
      • gdown (auto install)
      • Windows 10/11

Usage

Windows 10/11

Launch RetroGames.exe and navigate the menu using the provided number key shortcuts.

MacOS

Coming soon.

Installation

Windows 10/11

Naviage to the latest release from GitHub and download the source code. or use the git command line tools to clone the repository.

git clone https://github.com/AviationSFO/RetroGamesClient.git

Mac OS

Coming soon.