https://github.com/frontear/uselessbutton
A pygame with one objective: press the red button
https://github.com/frontear/uselessbutton
Last synced: 11 months ago
JSON representation
A pygame with one objective: press the red button
- Host: GitHub
- URL: https://github.com/frontear/uselessbutton
- Owner: Frontear
- License: gpl-3.0
- Created: 2021-10-13T00:27:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T02:14:38.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T11:27:30.122Z (about 1 year ago)
- Language: Python
- Size: 88.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UselessButton
An initial python project where the objective is to continuously press a red button with absolutely no visible reward. Developed and written in [pygame](https://www.pygame.org/).
## Getting Started
We encourage using a Python [virtual environment](https://code.visualstudio.com/docs/python/environments), and using [VSCode](https://code.visualstudio.com/) for editing and maintaining this project.
- Clone this repository via `git clone https://github.com/Frontear/UselessButton.git UselessButton`
- Create a virtual environment in the repo via `cd Infinity && python -m venv .venv`
- Open the workspace folder **UselessButton** in VS Code. It should automatically setup the virtual environment
- Execute `python -m pip install -r requirements.txt` to install the necessary dependencies
## License
This project is licensed under the [GNU General Public License v3](https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)) — you may copy, distribute and modify the software as long as you track changes/dates in source files.