Gameboy Development Forum

Discussion about software development for the old-school Gameboys, ranging from the "Gray brick" to Gameboy Color
(Launched in 2008)

You are not logged in.

Ads

#1 2020-04-07 19:29:36

bbbbbr
Member
Registered: 2019-03-04
Posts: 124

New puzzle game : Petris

Hey All,

Edit: ** Updated version, see below in thread**

I've been working on a new puzzle game. It's about half done but in a very playable state now, so I thought I'd share it's progress. Feedback is welcome.

The concept is pretty simple and Tetris/Dr. Mario-like. Build pets and keep the board clear. You can earn some extras (score bonus, special pieces) by building longer pets. Standard Head-to-Tail works, so do things like tail-to-tail/head-to-head.

* The different game types are not yet implemented (aside from Marathon)
* Music is the hardest for me, so it'll probably be left until the end of development
* Lots of small polish and extras remain to be completed

Does anyone know of existing games closely share the concept? My knowledge of puzzles games is fairly limited. I've found one somewhat similar game: Pipetris

https://i.postimg.cc/k2w4LVh1/pet-tris-2020-04-07.png

https://i.postimg.cc/FKbJjzGJ/pet-tris-gameboy-game-2020-April-07.gif

You can download the ROM here:
http://s000.tinyupload.com/index.php?fi … 6607866574

Last edited by bbbbbr (2020-07-19 19:25:40)

Offline

 

#2 2020-04-07 21:56:55

gbjosh
Member
From: KY
Registered: 2016-06-15
Posts: 51

Re: New puzzle game : Petris

Awesome! I played it for a bit and am eager to see what you do with it in the future.

Offline

 

#3 2020-04-08 04:42:02

toxa
Member
Registered: 2020-02-13
Posts: 305

Re: New puzzle game : Petris

bbbbbr wrote:

Standard Head-to-Tail works, so do things like tail-to-tail/head-to-head.

Very nice! I wonder, what's about rings? smile

Offline

 

#4 2020-04-08 16:45:01

bbbbbr
Member
Registered: 2019-03-04
Posts: 124

Re: New puzzle game : Petris

toxa wrote:

bbbbbr wrote:

Standard Head-to-Tail works, so do things like tail-to-tail/head-to-head.

Very nice! I wonder, what's about rings? smile

Certainly, of any size big_smile

Offline

 

#5 2020-04-09 06:43:40

toxa
Member
Registered: 2020-02-13
Posts: 305

Re: New puzzle game : Petris

it might be fun to see the gallery of the most weird pets you have "built" at the end. shouldn't blocks move down somehow, as in tetris? for example, if, after disposing a pet, a complete empty row appears?

Offline

 

#6 2020-04-11 12:04:32

bbbbbr
Member
Registered: 2019-03-04
Posts: 124

Re: New puzzle game : Petris

toxa wrote:

it might be fun to see the gallery of the most weird pets you have "built" at the end.

That's a fun idea. smile

toxa wrote:

shouldn't blocks move down somehow, as in tetris? for example, if, after disposing a pet, a complete empty row appears?

I had originally planned for blocks to fall once no longer supported from below, and may still. However, I also realized it could leave many pet blocks inaccessible/less accessible after they shifted down, which could be frustrating in gameplay. On the other hand, allowing blocks to fall could allow for combos if done right (like in Dr. Mario). It's gonna require more thought.

Offline

 

#7 2020-04-11 13:41:06

toxa
Member
Registered: 2020-02-13
Posts: 305

Re: New puzzle game : Petris

bbbbbr wrote:

It's gonna require more thought.

my idea was to move blocks down only if a complete row becomes empty. blocks never move vertically one relative to the other.

another approach is to move "figures". if you connect two parts of a spiece (fish-to-fish, cat-to-cat) together in a right way, they become a "figure", which moves as a single piece only. and if it is not supported anywhere.

Offline

 

#8 2020-07-19 19:35:42

bbbbbr
Member
Registered: 2019-03-04
Posts: 124

Re: New puzzle game : Petris

It's been a little while so here's an update. The game is getting fairly close to a released state. There are a couple more things I'd like to tinker with and some extras I'd like to try out, but it's feeling much more complete. I think most of the glitches are fixed too. smile

You can play it on itch.io, or download the ROM from that page or the github page:
https://bbbbbr.itch.io/petris
https://github.com/bbbbbr/Petris


Here are some of the updates...

There are now four modes which encourage different styles of gameplay:
* Long Pet
* Tail Cleanup
* Level Up
* Marathon

Added five difficulty levels: Easy / Normal / Hard / Expert / Beast

There are three sound track options (courtesy of GB Studio community assets)

A couple high-contrast options for the pet tiles when playing on hardware that hasn't had a backlight mod. (These still need a little tuning to improve the contrast between blue and green I think)


https://i.postimg.cc/KYHrVbxL/petris-intro-screen-2020-07-19-startup.gif
https://i.postimg.cc/XYxgfFPs/petris-intro-screen-2020-07-19-tail-cleanup.gif
https://i.postimg.cc/g0JHNjFm/petris-intro-screen-2020-07-19-bomb.gif

Last edited by bbbbbr (2020-07-19 19:46:11)

Offline

 

#9 2020-07-20 13:08:02

toxa
Member
Registered: 2020-02-13
Posts: 305

Re: New puzzle game : Petris

wow! love that weird pets!

Offline

 

#10 2020-08-26 01:50:41

bbbbbr
Member
Registered: 2019-03-04
Posts: 124

Re: New puzzle game : Petris

Getting closer to finished with Petris

Here are some of the latest changes:

* Added a game play mode: Crunch-up (board shifts up and new pieces appear on bottom every N seconds)

* 2 Player versus over serial link cable (any game mode, synchronized pieces, send crunch-ups to opponent by completing long pets and level-ups)

* Different scenery color schemes every 5 levels and color palette-to-palette fades

* Cartridge sticker art (initial version)


https://i.postimg.cc/sf0K5pLK/petris-serial-link-versus.gif

https://i.postimg.cc/0213zTBP/petris-serial-link-versus-sendcrunchup.gif

https://i.postimg.cc/kX6ss23C/petris-pal-fade-level-change-2.gif

https://i.postimg.cc/rmzdCt02/cartridge-sticker-petris-svg.png


Source:
https://github.com/bbbbbr/Petris

ROM:
https://github.com/bbbbbr/Petris/raw/re … Petris.gbc

Itch.io online version:
https://bbbbbr.itch.io/petris

Offline

 

#11 2020-08-26 15:26:45

toxa
Member
Registered: 2020-02-13
Posts: 305

Re: New puzzle game : Petris

where's most weird pet hall of fame?

Offline

 

#12 2020-08-27 09:13:44

quangdx
New member
Registered: 2013-10-01
Posts: 8

Re: New puzzle game : Petris

Loving this, reminds me games like Baku Baku Animal and Wild Snake.
Looking forward to seeing the final version.

Offline

 

#13 2020-08-28 14:44:03

bbbbbr
Member
Registered: 2019-03-04
Posts: 124

Re: New puzzle game : Petris

I hadn't seen Wild Snake before, thanks for mentioning those! The look is very similar even though the gameplay ends up being different.

Those falling whole-snakes remind me that I'd thought about dropping pieces of multiple body segments on the board instead of single segment at a time. But it would add more complexity to the game play that I'm not sure is useful and it already gets hard enough at times.

toxa wrote:

where's most weird pet hall of fame?

There is still plenty of RAM left, so it might just happen. Esp since there isn't anything significant left on the to-do list.

Offline

 

#14 2020-08-31 13:36:59

bbbbbr
Member
Registered: 2019-03-04
Posts: 124

Re: New puzzle game : Petris

A basic Hall of Fame and a couple stats:

https://i.postimg.cc/cCfWPvQm/petris-after-game-stats.gif

Offline

 

#15 2020-11-23 22:26:13

bbbbbr
Member
Registered: 2019-03-04
Posts: 124

Re: New puzzle game : Petris

Now available as a cartridge from Catskull:
https://catskullelectronics.com/collect … cts/petris

https://i.postimg.cc/nzPH2TNw/cartridge-sticker-catskull-IMG-0211-1-xsm.jpg

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson