Geometry DOS

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
Yeshi
Posts: 1
Joined: 09 Dec 2021 09:41

Geometry DOS

#1 Post by Yeshi » 04 Apr 2022 11:34

Geometry DOS is a rhythm platformer game in mostly pure batch, except for a few plugins for mouse input, audio, networking, etc.
The game is a lot like a port/clone/demake of the mobile game "Geometry Dash".

The game currently features:
- A fast 2d sprite renderer which can render up to 40 sprites per frame, at 20 frames per second.
- Player icon customization.
- 5 Challenging levels.
- 4 Different game-modes (cube, gravity ball, wave, and ship).
- Basic modding support.


I plan to update the game every few weeks, adding more features, levels, icons, and more.

The minimum system requirements for running the game are:
- An Intel i5-8400 CPU (or equivalent).
- A fast, low latency drive (preferably an SSD). Note: this isn't strictly required, but will definitely help.
- Windows 10 or Windows 11. Feel free to try it if you're on an older OS, but don't expect good results.

You can download the game at https://geometrydos.com/


Some screenshots of the game:

Image

Image

Image

ShadowThief
Expert
Posts: 1160
Joined: 06 Sep 2013 21:28
Location: Virginia, United States

Re: Geometry DOS

#2 Post by ShadowThief » 02 May 2022 08:44

I'd appreciate on-screen controls somewhere, even for menu navigation. It seems like half the time it wants me to use the mouse and the other half I need to use spacebar.

This definitely seems like the sort of thing I'd be interested in, I just can't figure out how to start it.

(Also, your screenshots are broken.)

BCX454
Posts: 2
Joined: 01 May 2022 09:50

Re: Geometry DOS

#3 Post by BCX454 » 02 May 2022 09:54

it said "process exit code 1" then my antivirus (avast) said that "Inject.dll was infected with IDP.Generic" please solve this i wanna play

ShadowThief
Expert
Posts: 1160
Joined: 06 Sep 2013 21:28
Location: Virginia, United States

Re: Geometry DOS

#4 Post by ShadowThief » 02 May 2022 18:28

BCX454 wrote:
02 May 2022 09:54
it said "process exit code 1" then my antivirus (avast) said that "Inject.dll was infected with IDP.Generic" please solve this i wanna play
Most likely a false positive. Kaspersky didn't alert me about anything.

SomeGuy
Posts: 1
Joined: 24 May 2023 12:14

Re: Geometry DOS

#5 Post by SomeGuy » 24 May 2023 12:19

Hello, so i wanted to paly the game but when i wanted to go to the webside it gave me an error:"SSL_VERSION_OR_CIPHER_MISMATCH , -113", can you tell me how to fix it or can you fix it.

DOSadnie
Posts: 143
Joined: 21 Jul 2022 15:12
Location: Coding Kindergarten

Re: Geometry DOS

#6 Post by DOSadnie » 28 May 2023 09:30

Code: Select all

An error occurred during a connection to geometrydos.com. Cannot communicate securely with peer: no common encryption algorithm(s).

Error code: SSL_ERROR_NO_CYPHER_OVERLAP

DOSadnie
Posts: 143
Joined: 21 Jul 2022 15:12
Location: Coding Kindergarten

Re: Geometry DOS

#7 Post by DOSadnie » 28 May 2023 09:31

An error occurred during a connection to geometrydos.com. Cannot communicate securely with peer: no common encryption algorithm(s).

Error code: SSL_ERROR_NO_CYPHER_OVERLAP

Post Reply