Here is a game i have created in batch. I would appreciate it if anybody would want to improve the code.
Download
https://drive.google.com/file/d/1X2nLli ... sp=sharing
Screenshot
Works only in legacy console
[GAME] Asteroid Destroyer
Moderator: DosItHelp
Re: [GAME] Asteroid Destroyer
great !! I like what could you recreate with my graphics program ???
Re: [GAME] Asteroid Destroyer
Not too bad. I'm just going to point out that using cmdgfx_RGB (in server mode), you could fairly easily have this game:
1. without flickering
2. without the need for legacy console
3. with bitmap transparency (i.e no black background for e.g. crosses overwriting other bitmaps)
4. play at a high, consistent frame rate
5. actually using mouse while playing the game (but maybe that would make it too easy)
6. support resizing the game screen while playing
(Cons: cmdmenusel.exe might not work as expected when cmdgfx server runs)
I would not write this comment if the game was pure Batch (which is its own genre), but since you're using 6 external exe's anyway...
1. without flickering
2. without the need for legacy console
3. with bitmap transparency (i.e no black background for e.g. crosses overwriting other bitmaps)
4. play at a high, consistent frame rate
5. actually using mouse while playing the game (but maybe that would make it too easy)
6. support resizing the game screen while playing
(Cons: cmdmenusel.exe might not work as expected when cmdgfx server runs)
I would not write this comment if the game was pure Batch (which is its own genre), but since you're using 6 external exe's anyway...
Re: [GAME] Asteroid Destroyer
The Source Code is now available on GitHub.
https://github.com/h6899/Asteroid-Destroyer
https://github.com/h6899/Asteroid-Destroyer