slondr / Win-Simulator

Mirrored from gitlab.com/slondr/win-simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Win Simulator

A new Dark Souls-based WoW killer based on Fortnite and Undertale's mechanics mixed with the worldbuilding of Final Fantasy VII and art style of Crysis 3.

Win Simulator is written in POSIX C, and should compile nicely on any system supported by ncurses (so, most sane Unix systems). It isn't ANSI C compliant due to the use of unistd.h and ncurses, but I don't use any other non-ANSI features so a pdcurses port that supports Windows natively theoretically shouldn't be too difficult. That being said, Win Simulator should work nicely on Windows systems already using Cygwin, MinGW, MSYS2, WSL, or any other system that provides even basic Unix compatbility for Windows systems as well as a termcap/terminfo-compatible terminal emulation system.

About

Mirrored from gitlab.com/slondr/win-simulator

License:GNU General Public License v3.0


Languages

Language:C 94.8%Language:Makefile 5.2%