https://github.com/rexcrazy804/game
https://github.com/rexcrazy804/game
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rexcrazy804/game
- Owner: Rexcrazy804
- License: unlicense
- Created: 2022-12-24T08:32:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T12:41:29.000Z (7 months ago)
- Last Synced: 2025-02-14T04:19:04.593Z (4 months ago)
- Language: C++
- Size: 9.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pink Pong
A simple, aesthetically pleasing pong game, written in c++ leveraging the SFML library.
this is quite an old project, decided to revive it with the power of the nix build system.# Installation / How to play?
first get . Then, run (you will probably need nixGL if not on nixOS)
```bash
nix run github:Rexcrazy804/game
```
you may easily install the game by utilizing the nix profile command.# ScreenShot
# Plans?
Presently I am not really thinking of much since I am a bit occupied, I might
tinker with the flake. But for when I do get time it would be great to
implement these:
- [x] ~Restart Screen~
- [ ] Finish Implementing the ai
- [ ] maybe a settings button to change the colors?