Browse Search Popular Register Upload Rules User list Login:
Search:
Diep.io Algodoo Edition

Image:
screenshot of the scene

Author: ChipmunkBlaster

Group: Default

Filesize: 49.4 kB

Date added: 2021-07-24

Rating: 6

Downloads: 14891

Views: 1405

Comments: 12

Ratings: 3

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

Another random project I felt like making! I know it's a bit slow, and it used to be worse, but I don't think there's a super easy fix like Algocraft 2:/

Anyways it's basically like the diep.io sandbox but larger and there aren't any commands (and also you can't change your class since programming that would likely be a nightmare, if even possible). This is probably about as close as you can get to making the real game in Algodoo, but maybe someone could get even closer than me

Controls: WASD (move), V (shoot), M (Menu), 1-8 (Upgrades)

If something breaks and you see it, be sure to let me know in the comments! I don't want another Glass texture in Algocraft 2 situation, which took me 3 months to find out!
Last edited at 2021/07/24 20:33:24 by ChipmunkBlaster
Please log in to rate this scene
edit
Similar scenes
Title: Diep.io Reccomended Tanks I made! ( Diep.io )
Rating: 5
Filesize: 0.67 MB
Downloads: 908
Comments: 4
Ratings: 1
Date added: 2016/09/11 01:27:43
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: diep.io class tree
Rating: 5
Filesize: 79.88 kB
Downloads: 605
Comments: 0
Ratings: 1
Date added: 2018/04/28 23:57:17
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: diep.io scene
Rating: 5
Filesize: 0.7 MB
Downloads: 247
Comments: 0
Ratings: 1
Date added: 2016/08/13 13:10:26
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: diep.io scene
Rating: 5
Filesize: 0.7 MB
Downloads: 276
Comments: 1
Ratings: 1
Date added: 2016/08/13 13:10:39
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Diep.io Race 1#
Rating: 5
Filesize: 49.52 kB
Downloads: 555
Comments: 7
Ratings: 1
Date added: 2016/07/25 13:01:17
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Algocisalthon vs diep.io
Rating: 5
Filesize: 14.7 kB
Downloads: 465
Comments: 3
Ratings: 1
Date added: 2016/08/07 10:27:27
Made with: Algodoo v2.1.0
Rating: rated 5
download
did I interrupt the making of this lol
cool :tup:
wow cool
can you give me the script of the character that i move
nice:tup:
this is so amazing wow
awesome
dsfops here's an example (for no gravity or air friction)
vel = vel / 1.05;
keys.isDown("w") ? {
vel = vel + [0, 0.25]
} : {};
keys.isDown("s") ? {
vel = vel - [0, 0.25]
} : {};
keys.isDown("d") ? {
vel = vel + [0.25, 0]
} : {};
keys.isDown("a") ? {
vel = vel - [0.25, 0]
} : {}
how do you shoot it?
The button to shoot is V, it's listed in the description
this is so good! I can see that you worked a lot to make this!
This is a really awesome scene :tup: