Author Topic: Wallet Warrior  (Read 2464 times)

0 Members and 1 Guest are viewing this topic.

Offline 40wattstudio

  • Newbie
  • Posts: 82
    • 40wattstudio
Wallet Warrior
« on: April 25, 2021, 07:21:06 pm »
 
WWGIF.gif

 
WWGIF2.gif


Had to submit early but here is my entry to the "Jam for All BASIC Dialects #1" on Itch.io
https://itch.io/jam/jam-for-all-basic-dialects

The game can be played here:
https://40wattstudio.itch.io/wallet-warrior
I've also attached the .bas file if anyone wants to look at the code (trust me, it's awful, but in a Game Jam you're not looking for pretty code, just a functional end result).
I'll play through the other entries when the Game Jam is officially over.
* WalletWarrior.bas (Filesize: 25.94 KB, Downloads: 137)

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
Re: Wallet Warrior
« Reply #1 on: April 25, 2021, 08:37:24 pm »
S M I L E ing

Good luck 40watt!
« Last Edit: April 25, 2021, 08:47:22 pm by bplus »

Offline _vince

  • Seasoned Forum Regular
  • Posts: 422
Re: Wallet Warrior
« Reply #2 on: April 29, 2021, 06:19:16 pm »
what is a Game Jam and what do you win?

Offline 40wattstudio

  • Newbie
  • Posts: 82
    • 40wattstudio
Re: Wallet Warrior
« Reply #3 on: April 29, 2021, 07:42:28 pm »
what is a Game Jam and what do you win?

A Game Jam is where you make a game during a given time limit, usually with a specific theme. Some of the really high-profile Game Jams have prizes but the vast majority don't. Think of a Game Jam as a playground to test new game ideas and mechanics and see what people like (or don't). Definitely a good challenge and it often forces you to really consider what is "essential" in a program and what isn't.

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
Re: Wallet Warrior
« Reply #4 on: April 29, 2021, 08:48:27 pm »
Many kinds of game jam: rabbit, squirrel, buffalo, moose...

Spread it over sliced bread and win extra protein in your diet. ;-))

Offline 40wattstudio

  • Newbie
  • Posts: 82
    • 40wattstudio
Re: Wallet Warrior
« Reply #5 on: April 29, 2021, 08:54:30 pm »
Many kinds of game jam: rabbit, squirrel, buffalo, moose...

Spread it over sliced bread and win extra protein in your diet. ;-))

lol. Very punny!

Offline _vince

  • Seasoned Forum Regular
  • Posts: 422
Re: Wallet Warrior
« Reply #6 on: April 30, 2021, 11:24:23 am »
Should be over soon, your entry seems most creative, I hope you win.

PING-PONG looked interesting, some neat looking ball physics.  Interesting that it's shareware, bplus and the gang here could destroy it in an afternoon

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
Re: Wallet Warrior
« Reply #7 on: April 30, 2021, 11:44:11 am »
Oh yeah, that is nice new perspective on Ping Pong!

AI in only 2 lines, would luv to see those 2 lines!

Update:
Code: [Select]
This is a newer version of this whole "intelligence":

dy2=(yp>y2)*3-(yp<y2)*3
dx2=(stan=14 and x2<250)*(25+vpx/2.5)-(stan<>14 and x2>0)*2

But I think the theme was supposed to be money so the guy just posted a cool game he made before Jam.

Should'a had a Quarter paddle play against a Nickle paddle with a Penny Ping Pong ball.
« Last Edit: April 30, 2021, 02:38:45 pm by bplus »

Offline _vince

  • Seasoned Forum Regular
  • Posts: 422
Re: Wallet Warrior
« Reply #8 on: April 30, 2021, 06:17:25 pm »
But I think the theme was supposed to be money so the guy just posted a cool game he made before Jam.

well it's a $5 shareware

Offline 40wattstudio

  • Newbie
  • Posts: 82
    • 40wattstudio
Re: Wallet Warrior
« Reply #9 on: April 30, 2021, 09:15:11 pm »

But I think the theme was supposed to be money so the guy just posted a cool game he made before Jam.


Money was just one of the themes that could be used. The other two were Afraid or Together. The Ping Pong game used the Together theme which doesn't really make sense when the players are playing against each other.
I was really disappointed that Ping Pong wasn't as good overall as I was hoping because the ball physics looked really convincing!