Dev Blog #6 - Status Updates & Art!

Another month passed means another dev update! Lots of big stuff to cover in this one, including a big technical update, some new background art, early character concepts (including a tease of new characters??), and our announcement that we’ll be featuring the game at one of Florida’s biggest conventions - Metrocon - this July! 

Normally we’d start things off by reporting where we’re at on the dev roadmap, but oh boy this month was a doozy so we’ll get back to that a bit later. What we described as a “road bump” in our Discord just a couple weeks ago was actually more of a huge Mario Kart-esque boost ramp that shot us airborne and left us not knowing where we’d land for a few days. Thankfully we landed back on track! But unfortunately with a bit of lost momentum. That’s the short of it in non-technical terms, but if you’re curious keep reading below for the technical details (or just scroll straight to the art stuff!):

What started as just a few technical inconveniences with the game engine the past few months grew unexpectedly into full-on barriers (specifically with the shop and other networking features we had planned). We were faced with the choice of halting progress until a solution was found (since creating one from scratch would take too long) or, what we ended up choosing, which was subverting the issue entirely by migrating to a different environment (libGDX, if you’re curious!). Fortunately the core chunks of progress the past year won’t be affected by this shift, like the servers and account system, and it happens to alleviate many other smaller issues that we thought we’d just have to live with in our previous state. While we’re still in the middle of gauging everything fully, all this should mean running into a lot less progress-blockers in the future as well. The only needed rewrites will involve the gameplay / UI  from before, but even there we’d only just scratched the surface content-wise (in that preview build) so it’s not much of a set back. We’re just glad to have caught this now and not later when it could’ve really derailed some important progress. And most of all we’re just excited to be in the clear to focus on gameplay builds again!

Background Art: Expanded

crop_samples.png

The biggest challenge posed to the art in our game so far has been the newly added support for a wider aspect ratio. With character sprites, UI elements, and even multiple game boards, the art assets remain the same while the position / scale / layout adapts to different screen orientations. But not so for background art! Our prototype on iOS was designed with one screen-size in mind, which allowed us to work quickly, but left us with very “vertical” backgrounds that just won’t work on a 16:9 display format. Stretching horizontally would look awful, cropping / zooming would make for gigantic ugly pixels, meaning the only option was to expand the frame and redraw entire sections for use on larger displays. The idea being: the PC version would see the full background, while smaller screens like phones will simply frame a smaller section of the same background (see the image above).

For a more direct comparison of the old backgrounds VS the new ones, here's a couple examples (the most recent addition being the updated Azure map with a wider view of the city):

background_samples.png

Also worth noting is that the new backgrounds are actually a smaller resolution than their original iOS versions. Generally speaking, the less pixels you have to draw, the less time / resources it takes. Both versions are displayed at their true pixel size above, while in game they'll be scaled up to fill the screen while preserving the pixel art qualities (as you've likely seen in other pixel art games you're familiar with). Lastly, the new backgrounds are still in draft form and will likely see some changes / updates over time (with some animated bits as well!).

Concept Art: A First Look Into Emily's Sketchbook!

While our plans for story-based content are still a bit down the roadmap, I couldn't wait to share some of the early concepts of our current (and future!) cast of characters. Emily is our resident illustrator and concept artist, with the majority of our current character sprites being based off her drawings. She recently shared a big batch of scans from her top secret sketchbook, where she was exploring different styles and versions of each character to see what stuck. The only image not from Emily is the Macktooth concepts, which were graciously provided by one of our awesome cousins, Mailiis (taken from a phone camera). I collaged them together, ordered by character, for your viewing pleasure in the gallery below (click to expand each image):

 

Some of these concepts were made even after the sprites were created, to better nail-down the look and feel of a character in a higher-detail setting (when the time comes produce more story-driven content, or areas of the game that could use higher detailed sprites, like special abilities, dialogue scenes, etc). I also included that last unmarked image at the end, which is an unedited full page scan from the book in all its chaotic glory (why is there a frog in there? You'll have to ask her!)

And while not everything is ready to share just yet, there are definitely plans for new playable characters you haven't seen before as well...

secret_concepts.png

If you want to send some props Emily's way, she goes by "Babbitz" in the discord! (or on Twitter here) Send some love her way!

Super Plexis will be at Metrocon this July!

If you happen to be in the Tampa area between July 19th-22th, stop by our booth running all weekend at Metrocon! We’ll also be hosting a game dev panel that Friday at 7pm. This will be our second time attending Metrocon featuring the game, the first being back in 2016 before we had even finished the iOS prototype (but wanted to gather a good number of beta testers). You can check out the panel we hosted back then in its entirety on youtube here:

Or check out a shorter vlog of that day, with clips from our first-ever tournament, here:

We’ll have more information as the actual date approaches!

That about covers all the new info for this month. As always you can join us on the Super Plexis discord, where we sometimes have more informal updates / news to share outside these official blog posts. Thanks again for following our progress! We hope to have more big news (and builds!) to share with all of you soon.

Dev Blog #5 - Roadmap Progress Update

April has officially passed us, meaning its time to look back at our road map and deliver a status update! After that first build we were very excited to be finally working on gameplay, and thanks to everyones feedback, we quickly identified what needed to be fixed and which new features we wanted to tackle.

In our most recent vlog you can see some of the progress in action (notably on block mechanics, the matching algorithm, control schemes, and a text overhaul):

And while much more progress on our goals continued off-camera, a few major complications arose as well. To walk through one example: we always do mock-ups of new features and UI before committing things to code. Here are a few of those low-detail black and white menu drafts focused around “Arcade” mode:

UI_samples.png

In this case, as we were deciding on how best to approach player lobbies and party functionality, we found that accommodating multiple cursors in these multiplayer menus wouldn’t be possible with the way inputs were programmed for last month’s build. Looking further into the issue revealed that a full rewrite of input code would be needed to support this (something that wasn’t originally part of our roadmap). While multiplayer isn’t planned to be finished for the next build, it’s risky to put off such a fundamental system for later, especially when building new gameplay and UI on top of it.

And in case you’re curious what some of those mock-ups looks like with semi-finished assets, here’s a sneak peak! (very much still subject to change):

UI_samples2.png

So while there was substantial time spent attending to these unexpected-but-important overhauls (not even mentioning the content and text renderers which required similar rewrites), progress continued and items were checked off our list. Some items were also bumped to lower priority so that we can get to that second build release faster (even if it means less polish in some areas that aren’t vital to gameplay). With that said, here’s the items from the roadmap finished last last month:

✓ Animated blocks

✓ Animated match explosions 

✓ New control schemes

✓ Early stages of local multiplayer

✓ Arcade interface designs

✓ Block Art Refresh (added new “break” frame)

✓ Grab-and-drag single cursor rework to support touch and mouse input

✓ Detect when a player switches inputs

In addition to these completed items that weren’t initially part of the roadmap:

✓ Polished in-game mechanics related to block timings and pop order

✓ Fixed matching algorithm bug related to certain “T” configurations

✓ Content renderer overhaul

✓ Switching all in-game text to bitmap

✓ Designed new fonts, both for basic system text and textured header fonts.

Which just leaves the remaining items, re-ordered by importance with a few omissions:

  • Chain combos (this applies to all game modes)
  • Garbage blocks start to arrive after a certain level (garbage blocks apply to most game modes)
  • Health bar and damage systems
  • Game Mode Selection
  • Systems and architecture that allow players to enter and exit games smoothly
  • Support for multiple game modes (necessary before working on VS mode)
  • Client side prediction and server side correction
  • All handled over TCP / IP
  • Animated lift
  • UI and gameplay sound effects        
  • Local storage of user preferences
  • Audio settings interface
  • Video settings interface
  • Polish Background Art
  • Converting Music
  • Board shake tests
  • Controller / keyboard settings interface (not accessible if touch enabled)
  • Keyboard / mouse settings interface (not accessible if touch enabled)
  • Battle setup, countdown, health bars, and end-game interfaces
  • Beginnings of the game replay system

And lastly some new goals that will be necessary sooner than we expected:

  • Friend / Lobby System
  • Matchmaking Servers 

That about wraps it up! And the list above you could now consider our updated roadmap for the month of May. While it represents everything we want to have finished, there’s no telling what could pop up along the way, so we’ll resist the urge to set any release date estimates just yet. Despite the extra time needed for this, our goal is to get the next release as stable as possible with all foundations locked (for sure this time!) so we can finally start releasing the regular gameplay updates we’d all love to see. Thanks again for everyone’s patience!

As always, you can find us over at our Super Plexis discord here: https://discord.gg/cJXzN4z to stay up to date on the latest info!

Dev Blog #4 - The April Roadmap

Hey everyone! Welcome to the first of many "roadmap" blog posts that outline our goals for the month. This series will give you an in-depth look at our current priorities and what we plan to have released for Super Plexis each month. Let's jump in: 

Battle

Endless mode and battle engine

  • Polish the implementation for the first animated battle background

  • Chain combos (this applies to all game modes)

  • Garbage blocks start to arrive after a certain level (garbage blocks apply to most game modes)

  • Animated match explosions and garbage block explosions

  • Health bar and damage systems

  • Board shake tests

  • Animated lift

  • Animated blocks

  • Beginning development of AI systems / local multiplayer

Andrew's Notes: "These are basic necessities for finishing the bare minimum battle engine and making Endless mode really feel like a real challenge. Remember that Endless mode also comes paired with an “Endless (CLASSIC)” mode which is almost identical to puzzle league style endless / marathon modes."

 

Design

Music and sound

  • Login screen music, title screen music, and battle music

  • UI and gameplay sound effects

Andrew's Notes: "I’m hopeful that the major build for April will include music, and if we’re lucky I could even have sound effects implemented."

 

User interface / experience

  • Animated title screen

  • Local storage of user preferences

  • Audio settings interface

  • Video settings interface

  • Controller / keyboard settings interface (not accessible if touch enabled)

  • Keyboard / mouse settings interface (not accessible if touch enabled)

  • Arcade games interface

  • Battle setup, countdown, health bars, and end-game interfaces

  • In-game notifications

Andrew's Notes: "Most of this won’t be animated, and once it’s all put together we can implement animations very soon after (like notification bounce or achievement glimmers / shines, etc). Please note that achievements and other unlockables will not be implemented in this build because they require online game servers."

 

Updated UI Designs

  • Game Mode Selection

  • Misc  

Gabe’s Notes: “As you may have seen in the preview build already, the menus will be quite different than the original iOS prototype. The new designs will allow us to build the same version of the game to all devices, and all elements will automatically scale / re-arrange themselves to fit. Expect to see more examples of this UI as we add new modes to the game (along with more “under development” placeholder buttons!)”

 

Background Art

  • Polish Title Screen background

  • Polish Loftwood Battle

  • Reformat Azure Background

Gabe’s Notes: “The new 16:9 format means all our old mobile backgrounds will need to be updated accordingly. Just like the Title Screen and Loftwood backgrounds (currently in the preview build), this means drawing in a much wider field of view with new details. And animation too!”

 

Converting / Updating Music and SFX

  • Title Screen

  • Loftwood Battle

Gabe’s Notes: “Now that the game is running on more than just mobile devices, its time to get the audio more stereo-ready for PC! The existing songs were written at wildly different times with different sounds/instruments over the past couple years and ill be doing a fresh pass on all of them to unite their styles (and maybe add some new stuff too!)”

 

New Block Details

  • Block art refresh / new frames

Gabe’s Notes: “We’ll be experimenting with different resolutions of blocks depending on the current screen size, but we’ve also been playing with a fresh new idea related to how “expressive” the blocks are in their different states of gameplay. Won’t say any more than that for now!”

 

Technical

Mouse / touch input 

  • Grab-and-drag single cursor rework to support touch and mouse input

  • Detect when the player switches from mouse to keyboard and back again

Andrew's Notes: "When players use the mouse the grab-and-drag cursor should activate, and then if the player goes back to using keyboard or controller than whichever cursor they were using for that will reactivate (single cursor or boomerang cursor)."

 

Local game server testing

  • Systems and architecture that allow players to enter and exit games smoothly

  • Support for multiple game modes (necessary before working on VS mode)

  • Client side prediction and server side correction

  • Beginnings of the game replay system

  • All handled over TCP / IP

Andrew's Notes: "This is my primary task for April. If I can deliver a successful build by the end of the month with local game servers, we will be extremely close to the first online multiplayer build. The local game server tests simulate what it would be like to play online with extremely low ping. Local game servers are also the backup in case no online game servers are accessible."

That's everything for April! We'll be checking in with smaller updates throughout the month, but to stay up to date with the latest progress join us over on discord: https://discord.gg/cJXzN4z

The First Preview Build is Here! - Release Notes for Super Plexis [ver 0.3.0]

It's finally here! Introducing a very early test build of the Super Plexis multi-platform client on PC/Mac (with the mobile versions coming soon!). This is a very early build testing some basic client features and a single gameplay mode. We're temporarily serving these files through Dropbox as standalone .exe/app files, but future releases will be through more official channels. 

Download Links 

Windows: 

https://www.dropbox.com/s/ustqel7ac84di94/Super%20Plexis%20beta%200.3.0%20windows.rar?dl=1

Mac: 

https://www.dropbox.com/sh/27fuxjmj6ln8fop/AACm45JzOkMf7diWYqg3wJJCa?dl=1

What’s in this build

  • First look at Super Plexis game client running on PC / Mac
  • Medley ID integration 
  • Multi-input support (keyboard/gamepad/mouse)
  • Resizable UI system
  • Custom text engine
  • Endless mode gameplay preview 

Stuff in the background

  • Party system
  • Active game server
  • Dynamic DPI scaling (for multiple device sizes)
  • Framework for other game modes 

What’s coming

  • Music / SFX
  • Support for mouse control in battle engine
  • Builds for Android, iOS, and Linux
  • Public downloads available on Steam Early Access, Apple App Store, and Google Play Store.
  • Dynamic board effects for gameplay (e.g. board shake)
  • Authoritative game server tests on local host
  • Polishing UI/UX and implementing user profiles (stats/achievements)
  • Character implementation / development
  • Integrate Lumina currency system  
  • Local multiplayer
  • VS AI
  • And more!

A big thanks again to everyone who's been following us up to this point, and a warm welcome to any new faces! If you have any questions or want to say hey, check out our official Super Plexis discord here: https://discord.gg/cJXzN4z

Dev Blog #3 - Introducing the New Engine!

On the Eve of the First "Preview" Build

Hello again! It's been some time since you've heard from us (unless you frequent our Discord server here: https://discord.gg/cJXzN4z ,which we recommend for regular updates!), but we wanted to be doubly sure our next update was a big one. Of course, that came with the unfortunate side-effect of postponing our first playable build, but we think it'll be much better for it! Anyone still expecting a simple Android port of our iOS prototype is about to be pleasantly surprised...

If there's a central theme of these past few months, it would definitely be: short-term sacrifices for long-term gains!

Over-simplified for sure, but if you want the juicy technical details, read onwards! Or if reading isn't your thing, check out our latest dev vlog to absorb all this new information in video form below:  

The What, When, and Where

"What is in this first build?" 

You'll be able to log in using your Medley ID and play a few variations of Endless mode, for the purposes of testing our account backend and new control options. Players on mobile are limited to touch as usual, but with the new PC / Mac versions of the game, players can use their mouse or gamepad to swap blocks as well!

Multi-directional swapping on a gamepad will be an interesting new challenge, but we'll also include an option to use a more classic method - the horizontal cursor - to swap blocks in the same way we know and love. 

While we'll be testing the new gameplay servers hosting these Endless mode matches, the full implementation of multiplayer / online play will be added in a later build.

"When can we expect the first playable build?"

We're currently on track to release it in the middle of March! (hopefully even earlier) Once we're over this first technical mountain, the foundation will be laid to make future updates / modes / content much faster.

"Where can we download it?"

This part we're excited about: while the first build will be shared directly to our followers via Discord as a simple .exe (on Windows), App (on Mac), or .apk (on Android), all future beta builds will be publicly accessible on all major markets. No fumbling around with Apple's Testflight or the Google Play equivalent, just head to your respective mobile app store (or Steam on PC/Mac) and download nice and easy.

We'll provide more instructions on how to download and run the game leading up to this first "off the grid" release, so stay tuned! Especially on our Discord which is where we'll likely distribute the download links. (here's that invite link once again: https://discord.gg/cJXzN4z )

 

Under the Hood

In our recently posted vlog, we introduced the game engine we are now using - HaxeFlixel - and its vital role in making Super Plexis truly multi-platform. We also touched on other important milestones achieved in the past few months: the launch of our website, our custom ID / account system, and having all associated database/server structures up and running.

Introducing HaxeFlixel! (...what is it exactly?)

68747470733a2f2f7261772e6769746875622e636f6d2f48617865466c6978656c2f68617865666c6978656c2e636f6d2f6d61737465722f7372632f66696c65732f696d616765732f666c6978656c2d6c6f676f732f48617865466c6978656c2e706e67.png

To use very non-professional terminology: HaxeFlixel is our cross-platform magic wand, allowing us to write code once that translates natively to any target platform we choose (if you skip to the end of our last vlog, you'll see a pristine example of how it continues to impress us). This means we don't have to start from scratch each time we put Super Plexis on a new platform. It also means when we update the game, those changes can be easily distributed to all platforms quickly. 

"Haxe" on its own is a high-level cross-platform programming language, while "Flixel" is a 2D game engine built on top of it. Then Open FL gets involved and...well, here, look these charts if you're curious:

about-haxeflixel copy2.png
openfl3architecture.png

...still here? Anyhow, this is a game changer for us (quite literally! Super Plexis is being rebuilt as a new game from the ground up) and all the time, research, and work gone into preparing these foundations are about to pay off for the first time in a playable way!

Also worth noting that the Nintendo Switch remains among the available platforms we can distribute to when the time comes (with a little extra preparation required) despite it not being listed in the charts above.

Thank you all again for sticking with us through this crazy ride of ours. We're just two guys with still so much to learn, and feel hardly worthy of the everyone's kindness and patience up to this point. But because of it, we're as inspired as ever to deliver something we hope everyone will enjoy!

See you at the first build!

- The Medley Studio Team

 

Dev Blog #2 - The Timeline (and Happy New Year!)

Happy New Year everyone! 

To kick off 2018 we thought we'd share a retrospective of the past few years of this project, with events stretching back to before Super Plexis even had its name. Feel free to skim to the end for what we have planned for the end of the month!

2015

  • January to May- Sporadic, casual conversations about making games turns to serious consideration
  • June - Andrew moves to FL, planning begins for a “Puzzle Action RPG” for iOS, concept art/story writing begins
  • July - Research and experimenting with Apple frameworks in Xcode, along with a custom SDK.
  • August - Pixel art, tilesheets, and animation of assets. Alpha engine builds with basic character movement. Weekly vlog begins.
  • September to October -  a “proof of concept” demo is completed mixed RPG and puzzle elements
  • November to December - the game gets a name, finally. A long break from the grind is taken for the holidays.

2016

  • January - through much consideration, the RPG concept is shelved in favor of a streamlined multiplayer experience
  • February to March - the base game is rebuilt in Objective-C (instead of Swift), the shared office is dissolved as Gabe moves next door
  • April to May - youtube channel launches, new menus designed, special abilities are added to gameplay.
  • June - characters implemented, online multiplayer testing, SFX & music are added
  • July - rush to have a playable build at Metrocon, host a panel/tournament, and get the word out for our closed beta.
  • August to September - iOS beta announced for October, multiplayer menus (profile, leaderboards, shop, etc), account data, etc.
  • October - Closed beta launches on Testflight
  • November to December - iteration based on feedback, break for the holidays

2017

  • January to February - Introduction of single-player “Adventure Mode” map and levels, Super Plexis goes live on the iOS App Store
  • March - Promotion and game maintenance, planning begins on how to tackle porting to Android
  • April - The Kickstarter is launched to support the next phase of development. More promotion ensues! 
  • May - Kickstarter success! Connections formed with the community. Preliminary planning of new engine and account system
  • June to July - Post-kickstarter cool off period, with work on servers/accounts (Medley IDs) underway. 
  • August - New website designed, to be used with Medley IDs. Trip out of state to view total solar eclipse.
  • September - Hurricane Irma strikes! Forced to move in with friends for 2-3 weeks until power returns at home.
  • October - Work on servers/accounts resumes normal pace, complete UI design overhaul begins.
  • November to December - Medley IDs are completed, website goes live, and sign-ups for the beta open.

2018 ...?

...which brings us to today! At our current pace we’re on track to have our first playable multi-platform build before the end of the month. It will feature very early gameplay (so no character abilities yet), the ability to log in with your ID, and possibly our first test of cross-platform multiplayer. This will be a major milestone for us, as all the planning and foundations we've laid will be put to the test! 

We'll have more news about this first build very soon!

2017 was a huge year for us: we established ourselves as an official company, published our first app ever, ran a successful campaign, and met so many amazing people with so much support along the way. It was truly a year of grounding ourselves for the long haul, and now that we're firmly rooted, we look forward to blooming in 2018!

- The Medley Studio Team

Dev Blog #1 - Welcome to Our New Home!

Welcome, fellow puzzle fans, to our new site! Super Plexis finally has an official home. More than just a place to share dev blogs and announcements, this space will serve as the safe and secure hub for the brand new Medley ID account system.

Signing up for a Medley ID will gain you a spot in the upcoming multi-platform beta release (starting first on Android). And in the future, your Medley ID will be your key to taking your account and game progress anywhere, on any device.

We're excited to share more news soon, like when you can expect the first beta to go live, but in the mean time we'd just like to thank everyone for their patience and support stretching all the way back to the success of our Kickstarter earlier this year.

It's been an uphill battle researching and engineering the exact type of server and database backend to suit to our needs as a small indie studio. Since we'll be running the show ourselves now, not depending on any third-party systems like GameCenter and Apple IDs as we did on iOS, we needed to make sure we created something flexible, cost-effective, and scalable. These efforts will translate into a much smoother user experience for the online components of Super Plexis, such as matchmaking and friends-lists, while also providing a much more solid foundation to build future content on.

While it might seem like a simple update for now, this marks a major step forward in Super Plexis' development. As we transition out of this massively technical stage and move back into the game engine, you can expect to being seeing a lot more regular updates and info! 

Keep an eye out for more blog posts like this one coming soon!

- The Medley Studio Team

[Archived] Beta Patch #3 (Final!)

[this is an archived post from our old dev blog, original link can be found here]

Hold on to your hats, this is the final beta patch before the official launch of Super Plexis and boy is it jam packed with new stuff to test! The focus of this beta is to give one final check on all the systems and features and iron out any issues before release. Feel free to provide feedback/suggestions as usual but keep in mind we wont be making any major changes until after release in the form of future content updates. Thanks to everyone for their patience and especially those who have with us from the beginning! 

Now on to what’s new in the version:

  • The shop has been implemented and features a first wave of items including block skins, characters, character skins, portraits, and more ( see the section below for more detailed info on the shop)
  • “Lumina” is the new block currency that you will earn during gameplay and is used as a currency in the shop to unlock items.
  • The AI in V.S. AI has been completely revamped to think and act more deliberately during gameplay. Depending on the difficulty, the AI will make advanced matches, follow up on chain combos, and use abilities offensively. This adds a notable difficulty boost compared to the previous, more random AI.
  • Reconfigured the title screen to remove the “Battle” and “Classic” buttons and replace them with a new “Singleplayer” button that contains the Endless and VS AI modes
  • A tutorial has been added to the title screen
  • An info button and quick access to your Profile has also been added the title screen.
  • Player accounts have been reset so we can test the feel of progression. Some characters are now locked behind the shop, but as a beta tester you will receive a nice sum of Lumina to spend at the start.
  • Level up rewards have been retooled, now offering flat amounts of currency with each level, and every 5 levels rewarding a special bonus unlock.
  • Music in-battle now cuts out upon winning/losing and a new end-game theme plays on the stats screen.
  • Endless mode now has non-character-specific combo sound effects.
  • In-app purchases are functional but disabled for the beta. You can still purchase items with in-game currency earned in battles.
  • Some portraits have been removed and/or updated with a fresh coat of paint
  • Health blocks are 50% less likely to spawn

 

Introducing the New Shop Menu!

The biggest addition by far in this version is the shop and currency systems that are now in place. Players will start at Level 1 with only Aria and Cleff unlocked, and must earn currency to spend to unlock the other characters in the shop. Once you’ve unlocked a character, you’ll be able to purchase skins for that character. The prices of each item varies, with portraits being the cheapest and character skins being the most expensive (besides the Ad-Blocker).

Known Issues:

Gameplay/UI

  • A previous issue with deadblocks not breaking is presumed fixed but keep an eye out during gameplay and let us know if you spot any consistently strange behavior.
  • AI difficulty will be rebalanced as we go since it is a recent addition 
  • Visuals
  • On iPad, the aspect ratio may appear slightly stretched.
  • Some rank emblems are using repeated/recolored sprites 
  • Typo in the “Lumina Gift” pop-up
  • Future Content Roadmap (from soonest to furthest updates):
  • Addition of “Challenges” to the Singleplayer 
  • Rank Emblem promotion and demotion animations will be added to the end game screen
  • Retooling of board damage (possibly as ticks of increasing chunked damage instead of a constant rate) 
  • New characters and abilites
  • New achievements, levels, music, shop items, and more!

Thanks again for helping us get Super Plexis to where it is today, and we’re super excited to finally go live on the App Store and continue to grow the community! We’re very grateful for all the support so far and hope you’ll continue on this journey with the team!

[Archived] Beta Patch #2

[this is an archived post from our old dev blog, original link can be found here]

New build is finally online! This one really shakes things up in the gameplay, with a focus on strategy over speed.

What’s New:

  • Block swap animation is slightly faster.
  • Block hang-time (before falling) slightly increased
  • Added an options button for use during battle, allows a player to Forfeit 
  • Combos have been completely reworked to favor “Chain Combos” instead of fast matches of 3 (more info below)*
  • The Deadblock formula has been re-balanced around Chain Combos, no longer send in sizes less than 3 blocks across (e.g. no more single block deadblocks)
  • Deadblocks now only clear one row at a time when touched with a match-3. To clear 2 rows, touch the dead block with a match of 4, and so on.
  • Character stats have been rebalanced in light of the new gameplay adjustments.
  • Ranked Emblems have been added to a special section in the Gallery 
  • Ads have been implemented (to appear occasionally at the end of matches) but will be disabled in the beta builds.

*The New Combo System: 

The first wave of beta testing helped us realize the old combo system, where simply making fast matches of any type increased your combo, heavily favored speed over strategy. We wanted to be sure players who planned out their matches in advance were rewarded for their effort. 

“Chain Combos” occur when matches cause blocks to fall into other matches (or when deadblocks crumble and fall into matches). These Chains will occur by chance in some cases, but a skillful player will be able to set up their own cascading Chain Combos to send massive dead block attacks. This is where strategy, reflexes, and staying a step ahead of your falling blocks distinguishes skilled players from the beginners. Fast matching still plays a part, you just have to make fast matches of 4 or more in order to count towards your combo. This new system will mean shorter game times and less stagnation in un-even skill match-ups. We also think it’s a lot more satisfying and fun to play!

Known Issues:

Gameplay/UI

  • Playing as a guest (not signed in to Gamecenter) will prevent the health bar in Endless mode from rendering, as well as causing an instant loss in VS AI battles if the app is backgrounded. The root cause is known and will be fixed in the next update! 

Visuals

  • On iPad, the game’s aspect ratio may appear slightly stretched.
  • Some portraits are still using placeholder art.
  • Some rank emblems are using repeated/recolored sprites.
  • Some rank emblems appear too dark and will be brightened slightly.

Future Content Roadmap (from soonest to furthest updates):

  • An in-app tutorial to teach new players
  • Updated Title Screen with info, “How to Play”, and Shop buttons.
  • A shop where players can use their “blocks cleared" as a currency to purchase unlockables.
  • Addition of “Challenges” to the Single Player menu
  • Rank Emblem promotion and demotion animations will be added to the end game screen.
  • New characters and abilities
  • New portraits, achievements, levels, and music

We hope you guys enjoy the game in it’s current state and look forward to your feedback to help improve it!  Follow/Contact us on twitter/instagram/tumblr @medleystudio to get additional updates and stay in the loop when we’ll be online the game!

Thanks guys and see you online!

[Archived] Beta Patch #1

[this is an archived post from our old dev blog, original link can be found here]

The new build is finally on Testflight! If you haven’t signed up yet, use the following link:

[old link, inactive]

(We’re using Apple’s Testflight platform which means there will be a delay between when you sign up and when you actually receive your invite depending on when we can update the list)

What’s New:

  • Improved matchmaking that should get you into more matches and much faster (e.g. you wont see timeouts nearly as often)
  • Added a Friendslist with the option to invite Friends directly into private matches! (see below for more info*)
  • The difficulty levels in VS AI now actually do influence the AI’s speed of play.
  • App Icon has been updated!
  • All sound effects and music have been balanced into a cleaner, overall mix (but feel free to use the sliders in the options menu to make any adjustments for personal preference)
  • Health blocks will appear 30% less often compared to before, and health gained from health blocks has been reduced by 50%.

*For the Friendslist, we’ve implemented a “Friend ID” system that will like you add and remove friends based on their ID number (seen at the top of the Friendslist menu). To add a friend, press “Add Friend” and input their Friend ID. With a friend on the list selected, you can use the bottom buttons to view that friend’s profile, invite them to a private match, or delete them from the list. 

note: this a new feature so you might encounter some bugs, and in general restarting the app will resolve any issues.

The ladder/leaderboard has been reset, everyone’s rank points will now start at 1050 with a fresh win/loss ratio! (this may not be the last time we do this moving forward, just a heads up! All part of the testing process).

VS AI difficulty now actually increases difficulty, so if you haven’t checked out that mode yet, or found a sense of pride in beating “impossible” in the previous build, you might want to prepare yourself.

And lastly, all the sound volumes have been rebalanced (with only a couple other bugs left to resolve, like the slight delay in music loop, or disappearing UI sounds). The new mix still isn’t perfect, so as the balancing act continues on our end you might want to bring the music volume below the sound effects for a better experience overall.

What follows is a list of known issues and a glimpse at what we’ll be working on next:

Gameplay/UI:

  • Game balance in general is still in it’s early stages. The frequency of health blocks, rate of damage, character stats, and abilities will be adjusted in future updates to reach more comfortable, fair, and satisfying match durations.
  • In the Gallery menu, the “Enemies” are temporary and are related to classic mode which is unplayable in this version.
  • Music stutters a bit between loops, and certain sound effects might stop playing altogether (we’ve identified the issue and will most likely push out a small update for this soon)
  • The Friendslist and Invite features have a few bugs that are being worked on, but in the mean time restarting the app will usually resolve any issues.

Visuals:

  • On iPad, the game’s aspect ratio may appear slightly stretched.
  • Character skins are being tested with temporary recolored sprites. 
  • Block skins are also being tested with recolors (expect many more in future!)
  • The character “Vulmir” is still in a rough-draft phase and will be receiving a fresh coat of paint in the next update.
  • Some portraits are using placeholder art.
  • Some rank emblems are using repeated/recolored sprites.
  • Some rank emblems appear too dark and will be brightened slightly.

Future Content Roadmap (from soonest to furthest updates):

  • An in-app tutorial to teach new players
  • Chain-combos will be given more weight than fast successive combos when calculating how many deadblocks are sent (This is to reward strategic and calculated players and provide alternative play-styles). Chain-combos will also have their own distinct sound effect.
  • A shop where players can use their “blocks cleared" as a currency to purchase unlockables.
  • Additional Achievements for the Battle modes, Multiplayer, etc.
  • Rank Emblems will be added to the Gallery
  • Rank Emblem promotion and demotion animations will be added to the end game screen.
  • A “Forfeit" option to end battles early (currently the only way to quit is to lose/win the match)
  • New characters and abilities
  • New portraits, achievements, levels, and music
  • A glimpse at the “Classic Mode” single-player experience
  • Additional modes in the “Battle” menu

We hope you guys enjoy the game in it’s current state and look forward to your feedback to help improve it!  Follow/Contact us on twitter/instagram/tumblr @medleystudio to get additional updates and stay in the loop when we’ll be online the game!

Thanks guys and see you online!