Join us on Discord!
You can help CodeWalrus stay online by donating here.

Quest for the Golden Plunger

Started by pimathbrainiac, May 28, 2015, 01:30:43 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pimathbrainiac

So a guy who sat next to me in AP Computer Science and I made a roguelike for our final project. You are a man in a maze with randomly placed torches. You have to find the golden plunger before the "minotaur" (actually a dancing ditto) catches you.

Source here. Screenies soon.

WARNING: This is a project with SDL as its dependency and also has a windows-specific makefile atm (blame netbeans). If you want to make, I'll figure out how to make it setup-independent.
Well, I'm bach here too!

Unicorn

Coolio! Golden plungers are the best. :P
  • Calculators owned: I own all of them: PICKACHUP TI 84+ CSE TI 83+ SE TI something something ??? ??? ??? ??? ???
  • Consoles, mobile devices and vintage computers owned: PICKACHUP ??? ??? ??? ??? ???



??? ??? ??? ??? ???

Yuki

It seems to not work on Linux, but still, nice.
  • Calculators owned: TI-83+ (dead?), Casio Prizm (also dead???)
  • Consoles, mobile devices and vintage computers owned: A lot
Read Zarmina!
YUKI-CHAAAANNNN
In the beginning there was walrii. In the end there will be walrii. All hail our supreme leader :walrii: --Snektron

if you wanna throw money at me and/or CodeWalrus monthly it's here

Dream of Omnimaga

Nice to see a new program from you Pi. :D Do you think there will be a Windows executable in the near future for Windows users who are completely illiterate about compiling code from repositories? Also maybe screenshots to increase interest. :)
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Unicorn

Quote from: DJ Omnimaga on May 28, 2015, 06:47:15 AM
Nice to see a new program from you Pi. :D Do you think there will be a Windows executable in the near future for Windows users who are completely illiterate about compiling code from repositories? Also maybe screenshots to increase interest. :)
^^
He me. :P
  • Calculators owned: I own all of them: PICKACHUP TI 84+ CSE TI 83+ SE TI something something ??? ??? ??? ??? ???
  • Consoles, mobile devices and vintage computers owned: PICKACHUP ??? ??? ??? ??? ???



??? ??? ??? ??? ???

pimathbrainiac

#5
Quote from: Juju on May 28, 2015, 05:27:23 AM
It seems to not work on Linux, but still, nice.
It will work on linux, I just need to clean up the makefile and some of the project configs.
Quote from: DJ Omnimaga on May 28, 2015, 06:47:15 AM
Nice to see a new program from you Pi. :D Do you think there will be a Windows executable in the near future for Windows users who are completely illiterate about compiling code from repositories? Also maybe screenshots to increase interest. :)
There will be, but be warned, we might take it down at any moment. My partner wants to finish the game and polish it up, then release that version on greenlight or desura (with no source release).

Alberthrocks also made a NSIS installer from his compilation that you can use while I find time to upload the binary zip.

EDIT: Here is the zip file
Well, I'm bach here too!

Dream of Omnimaga

Cool, thanks. I'll try it later. And I understand if it's not finished. For completed projects, an executable is a must to get a significant audience.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

pimathbrainiac

Here are some screenies:

Game start!

When both you and the minotaur are in the sight of the torches, the plunger appears.

Avoid the minotaur-ditto-minotaur, or it's game over.
Well, I'm bach here too!

alexgt

Looks awesome :). I will try it later if I have time... stupid school <_<
  • Calculators owned: Ti-84+, Ti-Nspire, Hp Prime, Broken HP Prime, HP 48SX

Dream of Omnimaga

Ooh I like how it looks like so far. It seems very maze-like. :)
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Yuki

Quote from: DJ Omnimaga on May 28, 2015, 08:04:03 PM
For completed projects, an executable is a must to get a significant audience.
Except Linux, where it's more commonplace to let the user build the executable themselves if it's not packaged in an installable package (like deb or rpm). A makefile is a must, though. :P
  • Calculators owned: TI-83+ (dead?), Casio Prizm (also dead???)
  • Consoles, mobile devices and vintage computers owned: A lot
Read Zarmina!
YUKI-CHAAAANNNN
In the beginning there was walrii. In the end there will be walrii. All hail our supreme leader :walrii: --Snektron

if you wanna throw money at me and/or CodeWalrus monthly it's here

Unicorn

Scary... O.o I need to try now... probably tomorrow.
  • Calculators owned: I own all of them: PICKACHUP TI 84+ CSE TI 83+ SE TI something something ??? ??? ??? ??? ???
  • Consoles, mobile devices and vintage computers owned: PICKACHUP ??? ??? ??? ??? ???



??? ??? ??? ??? ???

Snektron

Looks awesome! Are you going to add more special effects too?
  • Calculators owned: TI-84+
Legends say if you spam more than DJ Omnimaga, you will become a walrus...


Dream of Omnimaga

Quote from: Juju on May 31, 2015, 01:17:40 AM
Quote from: DJ Omnimaga on May 28, 2015, 08:04:03 PM
For completed projects, an executable is a must to get a significant audience.
Except Linux, where it's more commonplace to let the user build the executable themselves if it's not packaged in an installable package (like deb or rpm). A makefile is a must, though. :P
Indeed. I was saying mostly because most people use Windows (at least for now).
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Powered by EzPortal