https://github.com/gly-engine/game-pong-typescript
simple pong game write in typescript + gly engine
https://github.com/gly-engine/game-pong-typescript
Last synced: 8 months ago
JSON representation
simple pong game write in typescript + gly engine
- Host: GitHub
- URL: https://github.com/gly-engine/game-pong-typescript
- Owner: gly-engine
- Created: 2025-06-10T11:56:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T15:09:35.000Z (about 1 year ago)
- Last Synced: 2025-06-14T16:24:27.707Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://gly-engine.github.io/game-pong-typescript/
- Size: 1.95 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-typescript
- **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`