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

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

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.