https://github.com/gly-engine/game-pong-haxe
simple pong game write in haxe language
https://github.com/gly-engine/game-pong-haxe
Last synced: 5 months ago
JSON representation
simple pong game write in haxe language
- Host: GitHub
- URL: https://github.com/gly-engine/game-pong-haxe
- Owner: gly-engine
- Created: 2024-10-04T13:06:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-08T16:58:33.000Z (about 1 year ago)
- Last Synced: 2025-06-08T17:37:44.283Z (about 1 year ago)
- Language: Haxe
- Homepage: https://gamelly.github.io/game-pong-haxe/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# game-pong-haxe
> simple pong game write in haxe language
_this is a copy very similar to the original source code [`samples/pong/game.lua`](https://github.com/gly-engine/gly-engine/blob/main/samples/pong/game.lua) it would be interesting to modify it to something more similar to haxe._
- **1.** Make sure you have Node.js and npm installed on your system.
- **2.** Install the project dependencies:
`npm install`
- **3.** Build the project:
`npm run build`
