Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 1.4 KB

README.md

File metadata and controls

40 lines (36 loc) · 1.4 KB

Cycle

Cycle is a game where the players try to cut each other off using cycles that leave a trail behind them. A specialties of this game is to have an additional feature that allow the players increase their cycle quicker by collecting points with food. Food will be randomly generated at a random location. This ascend the level of challenge as the players have to get around each other for getting the food. Enjoy the competition!

Getting Started

Make sure you have dotnet 6.0 or newer installed on your machine. Open a terminal and browse to the project's root folder. Start the program by running the following commands.

dotnet build
dotnet run

You can also run the program from an IDE like Visual Studio Code. Start your IDE and open the project folder. Select "Run and Debug" on the Activity Bar. Next, select the project you'd like to run from the drop down list at the top of the Side Bar. Lastly, click the green arrow or "start debugging" button.

Project Structure

The project file s and folders are organized as follows:

root                (project root folder)
+-- Game            (source code folder)
+-- Program.cs      (program entry point)
+-- README.md       (general info)
+-- Cycle.csproj    (dotnet project file)

Required Techonol

  • dotnet 6.0
  • raylib-cs 3.7.0.1

Authors