MrScautHD / Raylib-CSharp

A fast, Cross-platform Raylib C# Wrapper.
https://www.raylib.com/
MIT License
35 stars 4 forks source link

Added a Pong sample #7

Closed frankhaugen closed 1 month ago

frankhaugen commented 1 month ago

Added a Pong sample that is a playable 2-player (no AI) version of Pong

I found it a bit irritating when running the sample to run all the samples, si introduced a menu using Spectre.Console. There is an option to use "args" to "select", essentially skipping the menu, (use "All" to run all).

The Pong sample is made in a way that should demonstrate for a newbie how to make a game with this library, and use some basic trig functionality.

image image

MrScautHD commented 1 month ago

Amazing work!