A downloadable game for Windows, macOS, Linux, and Android

I tried making Geometry Dash within a day (24 hours).

Hope you will like it    :)

and try to complete the game. It may be difficult than the real geometry dash    :)


Available for

1. WINDOWS

2. LINUX

2. MAC

4. ANDROID



StatusReleased
PlatformsWindows, macOS, Linux, Android
Rating
Rated 5.0 out of 5 stars
(3 total ratings)
AuthorAyus
GenreSurvival
Tags2D, dash, Game Boy, geometry, geometry-dash-beggers-edition, hard-game, impossible-game, rage

Download

Download
GeometryDash (Begger's Edition).rar 18 MB
Download
GeometryDash.apk 21 MB

Install instructions

For PC:

1. Download The File and extract it

2. Install the setup file

3. Spend hours to complete the game   :)


For Andoird:

1. Download the File

2. Install the setup file

3. Spend hours to complete the game

Comments

Log in with itch.io to leave a comment.

(+1)

i cant use it?

its a rar file and i dont know how to play with a rar file

(-1)

ur dumb

Don't be mean. aral36 has a problem and you shouldn't insult them, you should help them.

yeah i know

Ayus This will not  work in Mac because it's a .exe file

Ayus use this code to get a perfect geometry dase

  1. using UnityEngine;
  2. using System.Collections;
  3. public class PlayerController : MonoBehaviour {
  4. public float speed;
  5. public float jumpPower;
  6. private Rigidbody2D body2d;
  7. private bool grounded = false;
  8. // Use this for initialization
  9. void Start () {
  10. body2d = <span class="kwd" <this<="" span="">>span class="pun">.</span>GetComponent<Rigidbody2D>();
  11. }
  12. // Update is called once per frame
  13. void FixedUpdate () {
  14. body2d.velocity = Vector2.right * speed;
  15. if (Input.GetMouseButton(0) && grounded)
  16. {
  17. body2d.AddForce(Vector2.up * jumpPower);
  18. }
  19. }
  20. private void OnCollisionStay2D(Collision2D collision)
  21. {
  22. if(collision.gameObject.tag == "ground")
  23. {
  24. grounded = true;
  25. }
  26. }
  27. private void OnCollisionExit2D(Collision2D collision)
  28. {
  29. if (collision.gameObject.tag == "ground")
  30. {
  31. grounded = false;
  32. }
  33. }

 

Note: Searched internet for hours and finally get it i will give the link to https://answers.unity.com/questions/1194202/jump-like-geometry-dash-game.html.   Bring it on next update and yeah thank me later. Love from India

Thanks ayus!

Dear Ayus, please make all your games portable for 32-bit windows PC i cant play all your games in my pc, love from India

What?! 32-bit are sucks used some of rams! download windows 7, 8, 8.1, 10 64 bit in microsoft website! i used windows 10 64 bit, but my laptop break. so had to use my school laptop. windows 7 sp2 64 bit. so 64-bit just BEST

Nah man i use windows 10-32 bit and i have 6GB of ram and it's not used

brah