Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevgathuku/react-pong
Pong game in React / Redux / Pixi.js
https://github.com/kevgathuku/react-pong
canvas-game game nextjs reactjs redux-toolkit typescript
Last synced: about 1 month ago
JSON representation
Pong game in React / Redux / Pixi.js
- Host: GitHub
- URL: https://github.com/kevgathuku/react-pong
- Owner: kevgathuku
- Created: 2018-10-03T13:47:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T23:55:35.000Z (about 1 year ago)
- Last Synced: 2024-04-16T04:06:58.995Z (8 months ago)
- Topics: canvas-game, game, nextjs, reactjs, redux-toolkit, typescript
- Language: TypeScript
- Homepage: https://react-pong.vercel.app
- Size: 2.9 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### [React-Pong](https://react-pong.vercel.app/)
This is a simple single-player Pong game built in React + Pixi.js
### To Play:
To move the left paddle, use keys `A` and `Z` to move the paddle up and down respectively
To move the right paddle, use the ⬆️ and ⬇️ arrow buttons
NB:
This only supports playing from one browser at a time.
i.e. for 2 players to play the same game, they would have to be on the same computer playing synchronouslyMulti-user functionality coming soon sometime in the future 😅 😅