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

Cart #flappybalt-0 | 2023-08-24 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

A clone of Haxeflixel's Flappybalt.

Controls

Just press Z, X, C or V

Work in progress

This game is practically finished, but I'd want to add just a couple of features besides SFX/Music:

  • Independent move of new saws at enter.
  • To make saws unstable and shoot out when a set of saws is full.
P#133466 2023-08-24 18:00 ( Edited 2023-08-24 18:01)

[ :: Read More :: ]

Cart #inkspill-7 | 2023-01-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
16

This is a flood-it clone inspired by the game Ink Spill from the book "Making Games with Python & Pygame". This game and also some of the others that I have already done and published here are part of a personal challenge which consists in doing clones of these games.

How to play

In order to win you have to flood the entire board with one color within a certain number of moves. You can do a flood fill on the tip left tile, changing the color of any adjacent tiles of the same color.

Controls

  • Change color - ⬅️/➡️
  • Flood fill - 🅾️/Z/C
  • Highlight init cell - ❎/X/V (Note: Only works in init or free mode. In free mode it also lets changing the init cell with the arrows)

Changelogs

Version 1.3

  • Added free mode, which let you change the position of init cell every time, and renamed unlock/lock init cell to "default mode" and "init mode".

Version 1.2

  • Added menuitems to control seeds, repeat board, and animation effect.

Version 1.1

  • Addded menuitem (in the title and gameover screens) that unlocks selection of the init cell.
  • Saves configuration.
P#124698 2023-01-22 22:12 ( Edited 2023-01-29 06:07)

[ :: Read More :: ]

Cart #snakeii-0 | 2023-01-12 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
31

This a little demake of Snake II from Nokia 1100. I wanted to implement some fancy features of the original game but that I hardly find in the clones (and know I can see why). I hope you like it, and thanks for playing!

P#124158 2023-01-12 19:07 ( Edited 2023-01-12 19:22)

[ :: Read More :: ]

Cart #asteroids1-4 | 2022-12-25 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
5

Changelogs v2.0

  • Added difficulty level selector.
  • Adjusted velocity of asteroids according to size of asteroids: bigger asteroids will be slower, and smaller will be faster.
  • Now all asteroids will always have, relatively, equal sizes at the start of the game.
  • Added counter of total destroyed asteroids.
  • Added stats of number of destroyed asteroids.
  • Randomize color of the ship.
  • Added music.
    Edit: desactive key binding for reset best time in game over screen as can be easily pressed by mistake in mobiles.

Music
Song "space" from Pico-8 Tunes Volume 1 by @gruber_music. See https://www.lexaloffle.com/bbs/?tid=29008

P#122785 2022-12-21 01:37 ( Edited 2022-12-25 16:39)

[ :: Read More :: ]

Cart #slidingpuzzle-2 | 2022-07-02 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
1

A simple 4x4 sliding puzzle

Controls

  • Z/C - Solve
  • X/V - Shuffle
  • Arrows/Click - Move
P#113907 2022-07-02 18:45 ( Edited 2022-07-02 18:48)

[ :: Read More :: ]

Cart #memorypuzzle_0-0 | 2022-05-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA

P#111893 2022-05-16 17:08

[ :: Read More :: ]

Cart #desertball1-0 | 2022-04-19 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6

About

This game is heavily inspired by a minigame from Pureya by Majorariatto Studios (https://store.steampowered.com/app/1268960/pureya/). It's an endless runner with some not very original game mechanics but fun! Let me know your comments and enjoy!

Edit: I've beaten my previous highscore xD, and now it is 794, what's yours?

Music Credits

Musical composition by Robby Duguay (https://www.lexaloffle.com/bbs/?tid=2619). So many thanks!

P#110439 2022-04-19 02:01 ( Edited 2022-04-19 03:10)

[ :: Read More :: ]

Cart #dodger1-3 | 2023-05-16 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
10

Changelogs

Version 1.2

  • Fixed error with max integer in score.
    NOTE: Highscores obtained with previous versions will be reset.

Version 1.1

  • Doubled number of hearts.
P#110217 2022-04-13 23:34 ( Edited 2023-05-16 21:34)