Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Lowsun

21
Posts
1
Topics
40
Followers
7
Following
A member registered Oct 08, 2018 · View creator page →

Creator of

Recent community posts

I create two subprocesses : one using CHOICE that outputs to stdout, and another that reads the input using SET /P. Then it's just a matter of checking which key it is. See my Batch platformer Prism Song for another example on how it works.

Hey thanks! Would you mind elaborating on the more confusing parts of the game mechanics? 

Haha thanks, that's what a lot of people think. You should check out some of my other games, they're all in Batch :)

Yeah, in Batch...I've taken it onto myself to only create games in the CMD :)

About 2 weeks ago I started coding for a Batch RPG with elements common to those in Japanese games, which I would later find out is a sub-genre of it's own : a "JRPG". This includes the usual cast of anime stereotypes, wholly unfair gacha systems, and vast worlds of fantastical wonder. At any rate, I've played a couple of these games myself, and I tried to emulate such an effect in the creation of Soul Lapse. 

FEATURES

  • Gacha System
  • All female cast of 14 unique characters
  • Unique passive abilities for each
  • 15 level campaign, dream-like narration
  • Fully coloured, hand made ASCII art
  • Soundtrack & Sound effects, Save system
  • Critical Hit System
  • Evolve System (each level, a random Evolution Path is chosen to evolve characters at a cost)
  • Relic System (each level, certain artifacts are chosen that give special effects that may or may not help the level)

Link : https://lowsun.itch.io/soul-lapse

(1 edit)

How can you call this your own, when you CLEARLY copied it from https://www.dostips.com/forum/viewtopic.php?t=4741. Just changing the title to "made by ahmedSamyAlkhouly" is just shameful, and charging $5 for the source code is a laughing stock. The least you can do is remove it. You really think making it an exe can hide the actual code?

Yup haha. Time to move away from Notepad.

Ah thank you! I fixed the bug, along with some other stuff. Turns out, there was extraneous stdout (standard output) from CSCRIPT that was affecting the sequences. Hopefully it is fixed now :)

Interesting..most of those are just errors due to input, but red characters filling up the screen is behavior that I've seen, but have no idea how to fix. I suspect it has something to do with extraneous stdout affecting the escape sequences, but I can't be sure. Anyways, thanks!

Thanks! It's actually mostly Windows Batch, the Powershell was just used as an easy plug for the .NET framework (since it contains the Cursor class with Mouse properties). If you ever want to peek inside, you can open up the Batch file (using Notepad, or any other editor) and see the code :)

Of course man, it's a great concept & demo! Thanks for replying

Is there an option to lower the graphics quality? At some point, it gets really laggy on my laptop. 

This is amazing. Thank you guys

Awesome game!