Showing 96 open source projects for "pong c#"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1
    Aseprite

    Aseprite

    Animated sprite editor & pixel art tool

    Aseprite is a program to create animated sprites. Sprites are composed of layers & frames as separated concepts. Support for color profiles and different color modes: RGBA, Indexed (palettes up to 256 colors), Grayscale. Animation facilities, with real-time preview and onion skinning. Copy & paste. Drag & drop. Resize palette. Palette entries with alpha value. Select color harmonies. Create light and shadows with the shading ink. Create perfect strokes for pixel-art. Avoid extreme pixel...
    Downloads: 817 This Week
    Last Update:
    See Project
  • 2
    SocketRocket

    SocketRocket

    A conforming Objective-C WebSocket client library

    A conforming WebSocket (RFC 6455) client library for iOS, macOS and tvOS. SocketRocket currently conforms to all core ~300 of Autobahn's fuzzing tests (aside from two UTF-8 ones where it is merely non-strict tests 6.4.2 and 6.4.4). SocketRocket is asynchronous and non-blocking. Most of the work is done on a background thread. You can include SocketRocket as a subproject inside of your application if you'd prefer, although we do not recommend this, as it will increase your indexing time...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Cryptic Allusion Dreamcast-related development: KallistiOS, Ghetto Pong, etc.
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 4
    HadesVR

    HadesVR

    The "DIY" SteamVR compatible VR setup made for tinkerers

    HadesVR is a SteamVR compatible VR setup made for tinkerers. The setup includes DIY controllers that are capable of emulating HTC vive wands or most aspects of the Valve Index Knuckles controllers (including finger tracking!). It also includes tracking electronics for a Headset, including an integrated wireless receiver to receive the controllers' data. There's also custom controller hardware like 3d printable shells (still a bit of a WIP) with their respective custom PCBs to build your own...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    PinPog

    PinPog

    Ping-Pong-like game in Assembly that works without OS

    pinpog is a simple, open-source ping pong game implemented in C using SDL2. Created by Tsoding, it serves as both a nostalgic recreation of the classic arcade game and a fun educational project demonstrating game development fundamentals such as collision detection, input handling, and frame-based rendering. It’s small in scope but clear in design, making it ideal for those learning C or exploring real-time interactive programming through games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Pong

    Pong in c++

    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    Simple-WebSocket-Server

    Simple-WebSocket-Server

    WebSocket (WS) and WebSocket Secure (WSS) server and client library

    A very simple, fast, multithreaded, platform-independent WebSocket (WS) and WebSocket Secure (WSS) server and client library implemented using C++11, Asio (both Boost.Asio and standalone Asio can be used) and OpenSSL. Created to be an easy way to make WebSocket endpoints in C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Simple_Pong

    A recreation of Pong

    A recreation of Pong. As of yet it is only pvp. Player 1 is controlled with 'w' and 's' Player 2 is controlled with 'up arrow' and 'down arrow'
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    PingPongPro

    Find ping-pong signatures like a pro

    IMPORTANT NOTE: This project has been migrated to GitHub and is no longer maintained here. Please refer to: https://github.com/suhrig/pingpongpro Piwi-interacting RNAs (piRNAs) are a class of small non-coding RNAs, predominantly active in the germ line. There, they limit the detrimental effect of transposons on the genome. They do so by forming a complex with Piwi proteins. The complex binds and then cleaves mRNA molecules of active transposons. The resulting mRNA fragments induce the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10

    Simple WebSocket Server C++

    An easy way to make WebSocket endpoints in C++.

    Please go to https://github.com/eidheim/Simple-WebSocket-Server, as this sourceforge page will no longer be updated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A graphical pong tennis application written in C++ using SDL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    C# Pong

    A Pong clone made in C# for practice purposes

    This Pong clone was made as part of a project to learn C# and Monogame, along with other things. The source code is of course available and free to be criticized
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JT's variation on a theme of PONG

    JT's variation on a theme of PONG

    A clone of PONG, for learning purposes.

    RUN PONG.EXE BALL WILL SERVE AUTOMATICALLY AVOID MISSING BALL FOR HIGH SCORE Paddle movement: Left: W / S, Right UP / DOWN (arrows). Please look at "settings.txt" file for some adjustments. Made by Jakub Trokowski with help of information from: http://lazyfoo.net (SDL tutorials), and - of course - with SDL libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Retro Pong .NET

    Retro Pong .NET

    Retro Pong .NET, yet another Pong

    Retro Pong .NET is nothing else but another implementation of the well-known Pong game. It provides various settings, such as freely selectable levels, that users can adjust. Further, the program is implemented in C# using .NET Framework 3.5. Addressed to other developers, this program provides the code of two owner drawn combo-boxes, one to select colors and one to choose fonts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Pong!

    A simple Pong clone

    A simple Pong clone Requirements: Microsoft .NET Framework 4 Client Profile Microsoft XNA Framework Redistributable 4.0 Log: 1.0.0.1 Improved algorithm opponent 1-player-game, making it more difficult playing against 'the computer'. 1.0.0.2 The game works now on computers with graphic cards supporting DirectX 9, so DirectX 10 is no minimum requirement anymore. 1.0.0.3 A decent installation wizard is added, so you can choose where you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    retropong

    Retro pong clone implemented using sfml

    This is my version of the pong game, i tried to make it a little bit more fun adding the fire feature (use space bar), now the you can shoot the enemy paddle to kill him or to try to hit the ball so it will change the direction and surprise the enemy. Every time you lose or win you the game will notify you with the time you needed, try to beat your friend time. I was very surprised how easy is to use the sfml library so i decided to implement the game, i encourage people to get involved...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AVED PONG
    Un remake del clasico juego de pong hecho con c++ utilizando la libreria Allegro 4.2. A remake of the clasic pong game made with c++ and Allegro game library 4.2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    PONG 2000

    An amazing repowering of the original pong game !

    Our first project made in C++ using SDL. Not quite finished yet..!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    PHP Websockets

    Provides Websocket RFC6455 functionality to PHP

    ...ws_get_frame_info() - Gets information about an upcoming websockets frame ws_read_frame() - Reads the data of a websockets frame from a client or server ws_send_close() - Sends a close frame to the websockets peer ws_send_ping() - Sends a ping frame to the websockets peer ws_send_pong() - Sends a pong frame to the websockets peer These functions are written in low level C so they are fast when compared with functions that are written in PHP, especially for operations like sending and receiving larger binary files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    AlPong

    Simple Pong clone written in C++ and Allegro 5

    AlPong is a simple Pong clone with basic features. Just to learn some basic stuff with the Allegro 5 library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    1bPONG

    A minimalist pong remake.

    1bPONG is a small monochrome pong remake written in C using the Simple DirectMedia Layer library. It is fully platform-independent. (c) Pavel Tobias
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Pong++

    A Cross-Platform Pong Clone

    Pong++ is a cross-platform Pong clone written in C++ with SFML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Glomp v1.0

    Pong game

    A pong game made in C#. It has some bugs but it's overall pretty functional and fun to play! :D -- Controls to the game: - the paddle on the left is controlled by the W and S buttons; - the paddle on the right is controlled by the UP and DOWN arrows. -- The installer will automatically check if you have .NET Framework 4 and XNA Framework Redistributable 4 (vital to runing the game) and will download them and automatically install them for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    An up till now two player (networked) game inspired by the classical "Pong" from Amiga, which adds another dimension to the playing field. Crazy graphics, fast gameplay, great fun ;)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB