Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

STORYBIRD: I love your work, especially loved AGGELOS!
This game needs key rebinding however!
A linux exe would rock as well but it does work under WINE.

For LINUX users:

USE THIS SCRIPT TO FIX CONTROLS:

Type nano START.SH from CLI and hit ENTER.
Then enter the below script:

xmodmap -e "keycode 38 = q"
xmodmap -e "keycode 25 = z"
xmodmap -e "keycode 61 = l"
xmodmap -e "keycode 60 = p"
wine64 ./VARUNA\ Alpha\ 1-1.exe
setxkbmap -layout us

Hold CTRL+X then Y to save and ENTER.
Type chmod +rwx ./START.SH to give the script executable permission.
Now type ./START.SH and hit ENTER to have the game control
properly with WASD to move and / and . to fire & hold.