An open API service indexing awesome lists of open source software.

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

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`

![pong writen in haxe with gly-engine](https://github.com/RodrigoDornelles/RodrigoDornelles/blob/master/media/ginga-pong.gif)