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

https://github.com/harfang3d/game-winter-z-hg2

WinterZ, a game by Jerome Sentex (Wizital), reprogrammed in Python/Lua using the HARFANG 3D framework
https://github.com/harfang3d/game-winter-z-hg2

2d-game flappy-bird-game game gamedev harfang-3d-framework lua opengl pixel-art python retrogaming scrolling zombie

Last synced: about 1 month ago
JSON representation

WinterZ, a game by Jerome Sentex (Wizital), reprogrammed in Python/Lua using the HARFANG 3D framework

Awesome Lists containing this project

README

        

# WinterZ

**WinterZ** is a game by **Jerome Sentex** (Wizital) for Android and iOS. The game was reprogrammed both in Python and Lua using the HARFANG 3D framework.

*The World was destroyed, nuclear winter came and dead people are back on earth to eat some fresh brains.*

*You and a bunch of other survivors have to escape and go ahead to find some better places.
Take control of your spaceship and try to go as far as you can.*

*Warning! this game is very addictive and is definitely not relaxing, you've been warned.*

![WinterZ Logo](https://github.com/harfang3d/game-winter-z/raw/master/screenshots/wz_logo_small.png)

## How to run WinterZ

### Python
1. Get [Python 3](https://www.python.org/downloads/)
1. Get HARFANG 3D
1. Either download it from the [HARFANG website](https://www.harfang3d.com/releases/3.1.1/) and follow the [install instructions](https://www.harfang3d.com/docs/3.1.1/man.cpython/)
1. Or, using PIP in the command line, type '*pip install -Iv harfang==3.1.1*'
1. Clone/download this repository
1. run *main.py*

### Lua
1. Get [HARFANG 3D for Lua](https://www.harfang3d.com/releases/3.1.1/)
1. Clone/download this repository
1. In the command line, type '*{your lua app directory}/lua.exe main.lua*'

## Credits
* Original concept, code, art and music : Jerome Sentex
* Python/Lua reprogramming : Eric Kernin, Clément Beudot

## Screenshots
[![Video Player (Youtube)](https://github.com/harfang3d/game-winter-z/raw/master/screenshots/thumbnails/video-player.jpg)](https://www.youtube.com/watch?v=cIE6eQkk1P4)
[![Screenshot #0](https://github.com/harfang3d/game-winter-z/raw/master/screenshots/thumbnails/screenshot_0.png)](https://github.com/harfang3d/game-winter-z/raw/master/screenshots/screenshot_0.png)
[![Screenshot #1](https://github.com/harfang3d/game-winter-z/raw/master/screenshots/thumbnails/screenshot_1.png)](https://github.com/harfang3d/game-winter-z/raw/master/screenshots/screenshot_1.png)
[![Screenshot #2](https://github.com/harfang3d/game-winter-z/raw/master/screenshots/thumbnails/screenshot_2.png)](https://github.com/harfang3d/game-winter-z/raw/master/screenshots/screenshot_2.png)
[![Screenshot #3](https://github.com/harfang3d/game-winter-z/raw/master/screenshots/thumbnails/screenshot_3.png)](https://github.com/harfang3d/game-winter-z/raw/master/screenshots/screenshot_3.png)