Log In  

Cart #16555 | 2015-11-11 | Code ▽ | Embed ▽ | No License
94

Small update: UI polish and code cleaning.

Cart #16456 | 2015-11-09 | Code ▽ | Embed ▽ | No License
94

Little update: Added random skin/hair colors, and possibility to change teams' shirt color...

Cart #16116 | 2015-11-02 | Code ▽ | Embed ▽ | No License
94

What's new: Less bugs, more sfx!
I consider it done unless you prove me wrong! (I still have a few tokens left ;D)
C&C are welcome as usual...

Enjoy!

Cart #15873 | 2015-10-26 | Code ▽ | Embed ▽ | No License
94

What's new:

  • 0.8.1 quick fix to 0.8 ball teleportation bug
  • Some sfx thanks to Pizza
  • Better controls (ball stickyness, tackle effectiveness, ...)
  • Game integrated in the menu
  • Game timer, side changing, etc...

Still working on AI, sfx and debug...

Cart #15433 | 2015-10-16 | Code ▽ | Embed ▽ | No License
94

A soccer game inspired by kick-off and sensible soccer. (A friend told me it's actually football, but nevermind...)

Controls:

The controlled player has a grey cursor around him.
When the ball is close enough to the player so that he can shoot the cursor turns yellow.
When the ball is even closer the cursor turns orange and the player is in control of the ball : its movement impact the direction of the ball (he's dribbling.) But beware, the ball will never stick to the player!

When the cursor is orange or yellow, the player can pass to a nearby teammate with a short a_button press.
A longer press will trigger a shoot when released (the longer the press, the stronger the kick)
When not in range of the ball (grey cursor) a a_button press will trigger a tackle.

Moving the player during corner or goal kick allows to control the kick direction and power.

Known bugs:

AI is stupid, I'll try to improve it in further versions.
There's no fouls, penaltys, yellow/red cards. As tackling isn't super effective (and I'm short on tokens:D) I don't think they're worth implementing.

I hope you'll enjoy it and C&C are welcome!

P#15432 2015-10-16 11:18 ( Edited 2016-10-10 15:39)

Post-Release Comments

Really love the latest version ! Tricky and fun!

P#16124 2015-11-02 16:12 ( Edited 2015-11-02 21:12)

I'd add also pseudo-3D thing when you're near goal, like in NES' PowerSoccer.

P#16141 2015-11-02 21:25 ( Edited 2015-11-03 02:25)

@arnaud_debock: Thanks
@darkhog: Nice idea but I don't have that many tokens left!

P#16156 2015-11-03 05:45 ( Edited 2015-11-03 10:45)

You know, you can easily get some tokens at the cost of readability by replacing all no parameters, (), function calls with "". Because () costs two token and strings are always one token. So for example

do_something()

becomes

do_something""

Obviously it works only for functions with no parameters and only in function calls and not in function definition (so you can't do something like function do_something"" end). Hopefully this tip will let you shave enough tokens to implement this. If not - or if you're already shaving tokens this way, ability to set teams' shirt colors to whatever color you want is a cool idea too!

P#16160 2015-11-03 08:58 ( Edited 2015-11-03 13:59)

Thanks for the tip!
I'll have a look at changing jersey's color... I was already thinking of randomly changing hair and skin colors...

P#16205 2015-11-04 05:46 ( Edited 2015-11-04 10:46)

omg, what. D: no, come on, man...

I am good at succer. :3

This game is endlessly amusing.

Pico-8 needs multitap support for this game.

P#16220 2015-11-04 15:02 ( Edited 2015-11-07 21:47)

@JTE: Thanks a lot!

P#16557 2015-11-11 16:07 ( Edited 2015-11-11 21:07)

Actually! It turns out Pico-8 does have 4 player support built into it now, so you could totally make a mode where there's two controllable characters on each team, if you have any tokens left for that kind of shenanigan at all...

It just requires gamepads, apparently. I didn't realize.

P#16787 2015-11-20 02:31 ( Edited 2015-11-20 07:31)

I may try this when I finish the game I'm working on right now...
By the way, my next game will definitively have four players support!

P#16797 2015-11-20 09:04 ( Edited 2015-11-20 14:04)
1

God Job this is my gameplay..
https://youtu.be/Gp34jWyCAZU

P#28040 2016-09-05 11:30 ( Edited 2016-09-05 15:30)

@FER: Nice! (Sorry I only see this post today... :-) )

P#30542 2016-10-10 11:32 ( Edited 2016-10-10 15:32)
1

What MARVELOUS sprites you've drawn here !

You have the players facing in all 8-directions and in 8x8 pixels too !

HUZZAH !

P#30546 2016-10-10 11:39 ( Edited 2016-10-10 15:39)
1

Another discovery via the Lucky Draw. I had a lot of fun with this. It's cool how when you start a game the players all return to their starting positions. The 'stupid' AI was more than a match for my complete lack of talent. :)

There was some odd times where I was given a corner instead of a goal kick, but other than that, really cool, smooth game.

P#99637 2021-11-05 18:13

[Please log in to post a comment]