Fantasy World Creations

Fantasy World Creations => FWC Projects => General Discussion => PTU Powershell Text-Based Game Engine => Topic started by: Throndir on February 09, 2015, 09:53:34 AM

Title: Updates
Post by: Throndir on February 09, 2015, 09:53:34 AM
Posting all updates on this thread.

2/7/14
-Development started.
-Implemented sample combat framework

2/8/14
-Implemented skill usage framework.
Title: Re: Updates
Post by: Throndir on February 09, 2015, 10:52:15 PM
2/9/15
Implemented command parsing framework.
Title: Re: Updates
Post by: Hasabushi on March 21, 2015, 10:22:14 AM
Hey some details on this! It sounds intriguing :D 
I'm guessing your using PS with curses? Although windows doesn't support curses natively. Or are you just using C++ ?

You should look at Python and its library Unicurses :D
Title: Re: Updates
Post by: Throndir on March 21, 2015, 03:35:03 PM
Not as grand as you think. XD I want to make a proof of concept with Powershell, but I eventually want to rewrite the entire thing with a MUD type of game as the goal.