Doom on the V5

Surprised that someone already got the v5 to run doom

17 Likes

Unfortunately I am 99.5% certain that is faked, the brain is just playing back, frame by frame, a recording of someone playing doom on a different platform. It’s kind of obvious when there’s no one touching the screen and there’s no controller or radio plugged in.

1 Like

Awesome this was finally done! We were wondering how many weeks it would take for someone to do the port one the V5 was released.

Looks like the radio is plugged into port 21. Also the code is available on GH. This is the function that updates the controller input.

3 Likes

Thats a usb cable plugged in, although I’m interested to see/run the code. Hopefully it works.

You can see a wire come out of port 21 that’s above the USB. That could be a radio wire.

Side note, where the heck do you get the files to even run Doom?

Edit: NVM, see that Doom actually has source code released.

Well… that’s impressive.

1 Like

It’s real.

9 Likes

Yea I’m convinced now, I can’t believe I missed that cable in port 21, I can see that now.

Pfft, github or go home.

3 Likes

@edjubuh already linked it:

5 Likes

Finally,

something to keep me occupied between matches.

4 Likes

is there a file for a game like pong classic? for the v5 brain on pros c

Supposedly this: GitHub - jm-spencer/vexV5-Pong: A simple pong game for the vex v5 brain (using PROS 3 https://pros.cs.purdue.edu/)
Though I haven’t had time to try it.

4 Likes

k thanks

so how does this work do you just download that code and upload it to the brain or is there something else you need or something else you need to do?

(sorry if its a stupid question its my first time doing this.)

thanks

Idk, just try it.

On topic: This is way, way more fun than I thought it would be. Will definitely keep for break times at competitions.

1 Like

Screenshot of the pong game from a few posts back.
pong_1.png

8 Likes

and here’s a silly “sort of” pong demo I wrote in VCS a few weeks ago to show how to use the back buffer in VCS to get smooth animation.
pong_2.png
pong.vex (8.5 KB)

8 Likes

and a couple of screen grabs from Doom, just because…
doom_1.png

doom_2.png

10 Likes

another stupid question does all the code for doom and pong work if i put it in pros and then upload because i dont have VCS?

1 Like

yes, if you have PROS installed, then you can just grab the project from the GitHub repo, build and upload to the V5. For Doom, follow the instructions to place the assets on SD Card.

4 Likes

ok thanks