From e54b8f691e791b404e0f9960fe529ef76e778fdb Mon Sep 17 00:00:00 2001
From: Mujtaba <38527141+mujtaba-io@users.noreply.github.com>
Date: Fri, 15 Nov 2024 07:24:58 +0500
Subject: [PATCH] Added pong game in gdscript
Point have is written for Godot engine in gdscript language.
---
README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README.md b/README.md
index 7da94a16..059f982a 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [Elixir](#elixir)
- [Elm](#elm)
- [Go](#go)
+- [GDScript](#gdscript)
- [Haskell](#haskell)
- [Java](#java)
- [JavaScript](#javascript)
@@ -118,6 +119,10 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [TiDB](https://github.com/pingcap/tidb) _(label: for-new-contributors)_
A distributed scalable Hybrid Transactional and Analytical Processing (HTAP) database
- [utils](https://github.com/kashifkhan0771/utils) _(label: good first issue)_
Common Utilities library for Go
+## GDScript
+
+- [Pong Game](https://github.com/mujtaba-io/godot-pong-game), _(label: good first issue)_
A pong game made in Godot 4.3.
+
## Haskell
- [Hasura GraphQL Engine](https://github.com/hasura/graphql-engine) _(label: good first issue)_
Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events.