Batch Maze Game:(Another Major speed improvement)
Posted: 10 Mar 2017 05:54
Hello, everyone. This time I'm not here for a problem but for a little batch game.
I call it Maze_Game.bat
Get V:2.0
Get V:1.2
Get V:1.1.2
Added A timeout feature and code page changing to support most of the PCs.
I would work on the implantation of the Neorobin's code.
For people like me who still enjoy classic games this is something they would like.
This is an almost pure batch Game. Only the maze generator uses a compiled application called amaze.exe
All files needed are provided under the zip_archive.
Try the game if you like.
//EDIT: I have finally optimized the game for best performance. It now gives almost smooth performance even in 51x51 grid level.
Any suggestion, bug report will be highly appreciated.
Sounak

I call it Maze_Game.bat
Code: Select all
::Changelog
::V:2.0 HOTFIX
Fixed a bug where Congratulation is not being displayed after finishing a level
V:2.0 (Another Major Speed Improvement+bugfix)
Optimized input and analysis process for best performance on higher levels
Edited Logo
Fixed bugs
V:1.2 (Major speed improvement+bugfix)
Updated lilgui.bat for speed improvement. Now it only recreates two/one lines for your each movement
Updated Align.bat for a slight speed improvement
Fixed some small bugs where "!" sign was not appearing
Added input check in "Defined specific window"
V:1.1.2(bugfix)
Fixed a bug where the main game would continue even if you lost(due to the timeout)
Fixed a very small bug where :options is written as :option mistakenly
V:1.1.1(bugfix)
Fixed a small bug where the timeout would go to negative if output is slow
V:1.1
Added Timeout Feature
Added changing of code page
V:1.0
Released The Game
Get V:2.0
Get V:1.2
Get V:1.1.2
Added A timeout feature and code page changing to support most of the PCs.
I would work on the implantation of the Neorobin's code.
For people like me who still enjoy classic games this is something they would like.
This is an almost pure batch Game. Only the maze generator uses a compiled application called amaze.exe
All files needed are provided under the zip_archive.
Try the game if you like.
//EDIT: I have finally optimized the game for best performance. It now gives almost smooth performance even in 51x51 grid level.
Any suggestion, bug report will be highly appreciated.
Code: Select all
::Special Thanks to
einstein1969
For Neorobin's code
For Suggestion to add timeout
For finding a bug
Sounak