gonutz / jolina

A little two-day game created with my friend Jolina

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kiwi Kick

Screenshot

Download the installer here.

This is a game I did in cooperation with my friend Jolina who is seven years old at the time of this game. She helped me out with the graphics and sound for this little soccer game.

The game runs on Windows only.

Controls

Blue kiwi:

A D: move left/right

W: kick the ball

White kiwi:

LEFT RIGHT: move left/right

UP: kick the ball

There is also controller support, if you plug in one or two game controllers before running the game, they will be recognized automatically. Use the standard left/right axis for movement and press any key on the pad to kick the ball.

Build

To build the project you need to have the Go programming language installed. You also need Git. To build and run the program, type this in the command line:

go get github.com/gonutz/jolina
cd %GOPATH%\src\github.com\gonutz\jolina
build.bat
jolina.exe

There is also an Inno Setup script to build the Windows installer after you have built the game.

About

A little two-day game created with my friend Jolina

License:MIT License


Languages

Language:Go 99.4%Language:Batchfile 0.6%