OneLoneCoder / CommandLineFPS

A First Person Shooter at the command line? Yup...
599 stars 173 forks source link

code portability #3

Open ITzTravelInTime opened 5 years ago

ITzTravelInTime commented 5 years ago

Hi, can you make a portable oversion of your program that can be used on systems such as linux or macOS?

I will glad to you if you do that, because that's the only project of this kind i found

maksimKorzh commented 5 years ago

Hi @ITzTravelInTime! I've made a linux port based on ncurses library https://github.com/maksimKorzh/3D-Walk/blob/master/README.md

timurridjanovic commented 5 years ago

Here's a javascript port for those who are interested: https://github.com/timurridjanovic/command-line-fps-javascript

grjw commented 4 years ago

I ported this to .NET Core so it will run on Linux and OSX: https://github.com/grjw/CommandLineFPS.NET

OneMeanDragon commented 4 years ago

Assuming you can compile VB .Net aswell heres https://github.com/OneMeanDragon/ConsoleGraphics