TheMozg / awk-raycaster

Pseudo-3D shooter written completely in gawk using raycasting technique

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to port this game on Android?

Alihusejn opened this issue · comments

How to port this game on Android?

On Android it's possible to install terminal emulator app and run gawk in Linux environment. A custom terminal emulator with preinstalled gawk and usable controls is one way to do it.

Or just rewrite in Java.