Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added pong game in gdscript #1509

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)_ <br> A distributed scalable Hybrid Transactional and Analytical Processing (HTAP) database
- [utils](https://github.com/kashifkhan0771/utils) _(label: good first issue)_ <br> Common Utilities library for Go

## GDScript

- [Pong Game](https://github.com/mujtaba-io/godot-pong-game), _(label: good first issue)_<br> A pong game made in Godot 4.3.

## Haskell

- [Hasura GraphQL Engine](https://github.com/hasura/graphql-engine) _(label: good first issue)_ <br> Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events.
Expand Down
Loading