https://github.com/arielhorwitz/vzero
Real-time action game written in Python and Kivy.
https://github.com/arielhorwitz/vzero
game kivy python
Last synced: 8 days ago
JSON representation
Real-time action game written in Python and Kivy.
- Host: GitHub
- URL: https://github.com/arielhorwitz/vzero
- Owner: ArielHorwitz
- Created: 2022-05-15T06:26:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T19:18:10.000Z (8 months ago)
- Last Synced: 2025-04-23T14:09:59.968Z (8 days ago)
- Topics: game, kivy, python
- Language: Python
- Homepage:
- Size: 171 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VZero
VZero is an open-source real-time action game written entirely in Python and [Kivy](https://kivy.org/).The game is heavily inspired by a DotA2 mod named "Legends of Dota", where one could combine any loadout of the many abilities available (normally each fixed to a single hero). This allows for lots of creativity and discovering "broken" combinations of abilities.
#### Gameplay animated preview
#### Gameplay screenshot
#### Pregame menu
## Playing the game
A release was made for Windows users, see the [GitHub releases page](https://github.com/ArielHorwitz/VZero/releases).
Instructions may be lacking, but be sure to check out the hotkeys in the settings menu.## Running from source
Requires Python 3.9, and then: `pip install -r requirements.txt`## Open source
The project has been open sourced, with the hope to inspire people to develop cool stuff in Python. Anything I have authored (the code) is hereby released to the public domain. The repository includes many assets that themselves have been released to the public domain.## Artwork
All of the artwork (both visual and audio) was contributed directly or collected via [OpenGameArt](https://opengameart.org) from generous artists who have contributed to the public domain. Credits include but are not limited to:
- [Yisrael Hessler](https://github.com/imcrazeegamer)
- [Orr Didi](https://scardust.co)
- [Kenney](https://kenney.itch.io/)
- [7Soul1](https://www.deviantart.com/7soul1)
- [Dungeon Crawl Stone Soup](https://opengameart.org/content/dungeon-crawl-32x32-tiles-supplemental)
- And many more...