https://github.com/delta3-studio/monogame-pong
https://github.com/delta3-studio/monogame-pong
monogame sample
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/delta3-studio/monogame-pong
- Owner: Delta3-Studio
- Created: 2019-10-15T00:40:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-25T20:28:33.000Z (11 months ago)
- Last Synced: 2025-07-26T03:40:32.627Z (11 months ago)
- Topics: monogame, sample
- Language: C#
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pong
A pong game implemented in MonoGame 3.8.0-develop
## Requirements
- .NET Core SDK 3.1.X
- .NET Core Runtime 3.1.X
## Usage
```bash
dotnet run
```