Log In  
Follow
usr_share
[ :: Read More :: ]

Cart #29739 | 2016-09-30 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

So this is a vaguely Dreamcast system menu-ish raster-based demo thingy with waves coming out of the center, slightly rising and falling and eventually disappearing in the background. Thought the end result looked nice enough to share with you all.

P#29740 2016-09-30 12:48 ( Edited 2016-10-01 08:19)

[ :: Read More :: ]

Cart #40070 | 2017-04-30 | Code ▽ | Embed ▽ | No License
3

Alchemy Quest is a WIP port of the puzzle game OpenAlchemist, which was developed by Guillaume Delhumeau and Antoine Morineau.

The objective of the game is to combine three pieces of the same type together, which merges them into a different piece. As more pieces are unlocked, the falling pieces become more varied and the game becomes more difficult. The pieces don't drop automatically, which means the player can take their time before deciding where to drop and how to rotate the piece.

CONTROLS:

left/right - move piece
down - drop piece
(Z) - rotate counterclockwise
(X) - rotate clockwise

TODO:

  • Scoring system
  • Music and sound effects
  • Puzzle stages (maybe?)

LICENSE:

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

CHANGE LOG / OLD VERSIONS:


Version 0.3 (current):

  • Replaced the title screen and in-game backgrounds
  • Added basic sound effects
  • Changed the scoring system again (and removed the scoring help screen)
  • Added a falling effect on game over
  • Lots of slight tweaks and fixes

Cart #25822 | 2016-07-24 | Code ▽ | Embed ▽ | No License
3


Version 0.2:

  • Added a scoring system
  • Added a simple help screen

Cart #25712 | 2016-07-22 | Code ▽ | Embed ▽ | No License
3


P#25714 2016-07-22 05:21 ( Edited 2017-04-30 17:10)

[ :: Read More :: ]



This is a set of sprites and functions that allow the user to draw text with a proportional font. The font covers upper and lowercase, digits and basic punctuation. This set is not as compact as the others right now, demanding 16 sprites, but it provides, IMO, more readable characters.

current version:

  • switched from using the bottom 16 sprites in the first page to a 4x4 area in the first page
  • restored all characters to their intended designs
    old versions:


  • with some heavy optimization and small sacrifices, shrunk the font down to 16 sprites.
  • fixed the colon/semicolon

  • added digits and equal sign


P#22586 2016-06-10 04:01 ( Edited 2016-06-11 21:35)

18
[ :: Read More :: ]

Cart #tetromix-3 | 2021-09-07 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

Inspired by the PicoMino game, I decided to create my own attempt at replicating the famous Russian puzzle game.

Pretty much all the expected functionality is available, such as 1- and 2-player gameplay, preliminary sound and graphical effects, level (garbage height) and speed selection, etc.

MODES:

The game provides two modes: A (endless) and B (25 lines).

In the A mode, the game continues until any of the players top out (until the game can't put a new piece on top of the playfield).
In a 2-player game, the surviving player is declared the winner.

In the B mode, the game also ends if the player eliminates 25 lines of blocks.
In a 2-player game, the player who manages to do so first is declared the winner.

When playing a 2-player game in any of the modes, elimination of more than one line will also send one fewer line of "garbage" to the other player, which will rise from the bottom of their playfield as soon as they put down a block. However, the players can defend against oncoming garbage if their current piece eliminates some lines, too. Each line removed prevents a garbage line from appearing. The amount of garbage lines the player is about to receive is shown as a blinking line saying "+1L" (or more) on top of their playfield.

CONTROLS:

left/right/down - move piece
up - drop piece immediately
O (Z or C) - rotate counterclockwise
X (X) - rotate clockwise

(You can swap the rotation directions in the options menu if you prefer.)

SECRET CODES:

On the "copyleft" screen, press the following buttons in order. If you pressed them correctly, you should hear a short sound. If you made a mistake, press the ✕ button and try again. The screen stays on for 5 seconds.

LEFT, RIGHT, O, O - Use a modern style randomizer.
O, DOWN, DOWN, DOWN - Draw a "shadow" at the spot where the piece will fall.

To play at speeds 10~19, hold LEFT while selecting between 1 and 2 player modes.

TODO:

  • Add any missing sound effects and two more music tracks

CHANGELOG:

CURRENT VERSION

  • Got rid of another embarrassing bug that prevented 2-player games from starting.

PREVIOUS VERSIONS

TETROMIX 0.82

Cart #tetromix-2 | 2021-09-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

  • Got rid of a rather embarrassing bug that crashed the game whenever lines were being cleared.

TETROMIX 0.81

Cart #tetromix-1 | 2021-09-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

  • Switched from storing the current game board in the map to using tables. Fixed the bug where, after a finished game, the options menu is corrupted.

TETROMIX 0.8

Cart #tetromix-0 | 2021-09-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

  • Used PICO-8 0.2.3's new TOSTR flags to simplify handling scores. This will break high score tables, however.
  • Added an options menu, with the option to swap the rotation so that O rotates clockwise and X rotates counterclockwise instead.
  • Removed some unused code, cleaned up indentation.

TETROMIX 0.75

Cart #22679 | 2016-06-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

  • Divided score variables in two to avoid overflow
  • Set a hard cap on all scores (999999)
  • Tweaked the interface to allow for scores higher than 99999.

TETROMIX 0.7

Cart #22388 | 2016-06-06 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

  • Introduced a high score list (work in progress, may have some bugs)
  • Changed the menus to accomodate for high score lists

TETROMIX 0.62

  • Fixed shadow display
  • Fixed the ability to play on speeds 10+ (the key combination was changed)

TETROMIX 0.61

Cart #22086 | 2016-06-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

  • Fixed garbage prevention mechanics

TETROMIX 0.6

Cart #22084 | 2016-06-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

  • Added a functioning two-player mode
  • Switched from 8x8 tile blocks to 6x6 sprites
  • Increased repeat speed for horizontal movement

TETROMIX 0.56p

Cart #21347 | 2016-05-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

This is an experimental "pirated" cartridge with a custom label. Its actual contents are exactly the same compared to the previous version, only the label (the PNG itself) is different.

TETROMIX 0.56

Cart #20922 | 2016-05-20 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

  • Some slight bug fixes
  • Added a way to unlock higher speeds

TETROMIX 0.55

Cart #20789 | 2016-05-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

  • Added a "show shadow" secret code

TETROMIX 0.5

Cart #20764 | 2016-05-18 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

  • Added a speed display
  • Added speed increases every 10 lines
  • Readjusted delays

TETROMIX 0.411

Cart #20705 | 2016-05-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

  • Fixed a missing tile in the title screen.

TETROMIX 0.41

Cart #20704 | 2016-05-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

  • Tried to fix the second part of the first music track.

TETROMIX 0.4

Cart #20579 | 2016-05-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

  • Fixed some small bugs
  • Added a better victory screen

TETROMIX 0.31

Cart #20564 | 2016-05-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

  • Fixed the bug that made it impossible to use the â—¯ button to re-enter secret codes

TETROMIX 0.3

Cart #20562 | 2016-05-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

  • Added an alternative piece randomizer
  • Added a secret code system

VERSION 0.2

Cart #20561 | 2016-05-14 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18

  • Fixed the square piece's "NEXT" sprites
  • Added a hard drop feature

VERSION 0.1

Cart #20543 | 2016-05-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
18


P#20544 2016-05-13 13:24 ( Edited 2021-09-07 07:42)

About | Contact | Updates | Terms of Use | Picotron
Follow Lexaloffle:          
Generated 2024-03-28 09:33:12 | 0.082s | Q:67