From 562e3aa2b155489c587c027c95cf655cd7bdf8e6 Mon Sep 17 00:00:00 2001 From: PatatOfour <61944819+GlassAlo@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:06:14 +0000 Subject: [PATCH] Updated readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 0b44895e..1b5a1cf0 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,25 @@ git clone git@github.com:UwUClub/R-Type.git cmake -S . -B build && cmake --build build ``` +## Binaries +### Server +First start the server +```bash +./server +``` +### Client +Then start the client +```bash +./client +``` + +### Flappybird +Standalone flappybird game to demonstrate ECS. +```bash +./flappybird +``` + + ## More Details * [Dependency Setup](README_dependencies.md)