[GAME] Asteroid Destroyer

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
H6899
Posts: 3
Joined: 22 Jul 2016 10:42

[GAME] Asteroid Destroyer

#1 Post by H6899 » 10 Jan 2020 11:37

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
Image

Works only in legacy console

DQ2000
Posts: 38
Joined: 07 Aug 2019 17:26

Re: [GAME] Asteroid Destroyer

#2 Post by DQ2000 » 11 Jan 2020 20:40

great !! I like what could you recreate with my graphics program ???

misol101
Posts: 475
Joined: 02 May 2016 18:20

Re: [GAME] Asteroid Destroyer

#3 Post by misol101 » 12 Jan 2020 21:33

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...

H6899
Posts: 3
Joined: 22 Jul 2016 10:42

Re: [GAME] Asteroid Destroyer

#4 Post by H6899 » 19 Mar 2021 15:44

The Source Code is now available on GitHub.
https://github.com/h6899/Asteroid-Destroyer

Post Reply