tophublock / pong

A simple Pong game using Godot engine in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pong

Pong replicate made for learning purposes in C# using the Godot engine. I followed this helpful example from Godot's official demo github.

Image Previews

alt text

alt text

Key Takeaways

  • Using C# in Godot 3
  • 2D Game in Godot
  • Signals
  • Instancing Scenes
  • Area2D, CollisionShape2D
  • Timers
  • Controlling game with UI

About

A simple Pong game using Godot engine in C#


Languages

Language:C# 100.0%