https://github.com/3w36zj6/webcam-tower-battle
🦒 AnimalTower Battle-like game that uses a webcam
https://github.com/3w36zj6/webcam-tower-battle
arcade pyglet pymunk python
Last synced: 27 days ago
JSON representation
🦒 AnimalTower Battle-like game that uses a webcam
- Host: GitHub
- URL: https://github.com/3w36zj6/webcam-tower-battle
- Owner: 3w36zj6
- License: mit
- Created: 2021-07-04T19:27:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-19T15:37:10.000Z (over 3 years ago)
- Last Synced: 2025-02-10T08:31:28.887Z (3 months ago)
- Topics: arcade, pyglet, pymunk, python
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webcam-tower-battle

## Requirement
```
pip install -r requirements.txt
```## Usage
It is recommended that you use [this plugin](https://obsproject.com/forum/resources/obs-virtualcam.949/).```
python main_window.py
```|Key|Description|
|:-:|:-:|
|UP|Move up.|
|DOWN|Move down.|
|LEFT|Move left.|
|RIGHT|Move right.|
|A|Rotate counterclockwise.|
|D|Rotate clockwise.|
|SPACE|Drop.|
|ESC|Reset the game.|
|F1|Draw hit box.|
|F11|Switch between full screen and window.|## Credits
- [Free Pixelart Platformer Tileset](https://foxlybr.itch.io/23421124244)