pyxel icon indicating copy to clipboard operation
pyxel copied to clipboard

Please tell me your work with Pyxel (Part2)

Open kitao opened this issue 2 years ago • 23 comments

Hi Pyxel users,

I would like to create a page that introduces Pyxel user examples like this. So could you tell me your work with Pyxel by replying this issue? Previous parts: part1

The information I want is below:

Your work's title URL of the work only for those who want to publish Your name Your contact only for those who want to publish (Email address, GitHub account, or Twitter account) Brief description of your work (E.g. side-scrolling platform game) Captured screen GIF I look forward to many interesting works!

kitao avatar Feb 05 '22 01:02 kitao

This is an example of posting.

  • 30 Seconds of Daylight
  • https://github.com/kitao/30SecondsOfDaylight
  • Adam
  • https://twitter.com/helpcomputer0
  • Roguelike game, and 1st Pyxel Jam winner

kitao avatar Feb 05 '22 01:02 kitao

  • pyLodeRunner
  • https://github.com/tako2/pyLodeRunner
  • tako2
  • https://twitter.com/tako2
  • classic Lode Runner clone gameplay

tako2 avatar Feb 13 '22 01:02 tako2

I currently have one project in the examples page. However, I would like to update the screenshot, if possible. Actually, I want to share more than one screenshot. Here they are:

image image image

DiddiLeija avatar Mar 23 '22 03:03 DiddiLeija

@DiddiLeija Sorry for late reply. The policy of the example page is one screenshot for one title. Could you choose one?

kitao avatar Apr 23 '22 05:04 kitao

Sure, don't worry. I choose this one:

image

DiddiLeija avatar Apr 23 '22 22:04 DiddiLeija

I replaced. @DiddiLeija

kitao avatar Apr 30 '22 09:04 kitao

  • Typo
  • https://github.com/gediminasz/games
  • gediminasz
  • @gediminasz
  • A typing game typo

kitao avatar May 01 '22 03:05 kitao

  • Onset
  • https://github.com/gediminasz/games
  • gediminasz
  • @gediminasz
  • Guitar Hero clone, but you can play any song, similarly to Audiosurf. Supports Rock Band 4 controller. onset

kitao avatar May 01 '22 03:05 kitao

  • Hybrid
  • https://github.com/gediminasz/games
  • gediminasz
  • @gediminasz
  • A game about splicing DNA. Made during Github's 2018 Game Off game jam, of which the theme was "hybrid". hybrid

kitao avatar May 01 '22 03:05 kitao

  • Sudoku Solver
  • https://github.com/timfi/pyxel_games
  • timfi
  • @timfi
  • Sudoku solver sudoku-solver

kitao avatar May 01 '22 03:05 kitao

  • Maze generation
  • https://github.com/timfi/pyxel_games
  • timfi
  • @timfi
  • Maze generator maze

kitao avatar May 01 '22 03:05 kitao

  • PyxelSand2
  • https://github.com/HarryPeach/PyxelSand2
  • HarryPeach
  • @HarryPeach
  • A rewrite of the PyxelSand project, which is a "falling sand" style game 119386676-c7b16800-bcbf-11eb-9221-e9b1b868dfe1

kitao avatar May 01 '22 03:05 kitao

  • pyxelDigitRecognition
  • https://github.com/HarryPeach/PyxelSand2
  • dannyso16
  • @dannyso16
  • Handwriting digit recognition

play

kitao avatar May 01 '22 03:05 kitao

  • Tetris
  • https://github.com/3w36zj6/Tetris
  • 3w36zj6
  • @3w36zj6
  • Tetris clone

tetris

kitao avatar May 01 '22 05:05 kitao

  • Screen Melt
  • https://github.com/ameuret/screenMeltDoom
  • ameuret
  • @ameuret
  • Screen melting effect

demo

kitao avatar May 01 '22 05:05 kitao

  • Mini-Solitaire
  • https://github.com/SteelWool32/mini-solitaire
  • SteelWool32
  • https://github.com/SteelWool32
  • "Demake" / retro remake of the card game Klondlike Solitaire pyxel-20220425-215106

SteelWool32 avatar May 01 '22 06:05 SteelWool32

  • PyxelChip8
  • https://github.com/jay-kumogata/PyxelChip8
  • Jay Kumogata
  • https://twitter.com/jay_kumogata
  • CHIP-8/SUPER-CHIP emulator in Python

jay-kumogata avatar May 09 '22 21:05 jay-kumogata

I have two, adding them in a single comment since they are related. They don't look very pretty, but I think I managed to make the code quite reusable / clean. The simplicity of Pyxel was of great help, since it allowed me to focus on the actual implementation. Thank you!


  • platformer: physics
  • https://github.com/lemon24/platformer/blob/master/physics.py
  • lemon24
  • @lemon24
  • Gravity and collision detection for a 2d platformer + test bed. Reusable. physics

  • platformer: prototype
  • https://github.com/lemon24/platformer/blob/master/test.py
  • lemon24
  • @lemon24
  • 2d platformer prototype where the player can move back and forth between "worlds" (2d layers). Implemented using the Entity Component System pattern. Features a double-jump implementation. test

lemon24 avatar Jun 10 '22 09:06 lemon24

  • GrowyGardens
  • Github
  • SuperZooper3, TTG3333, Bananagoo
  • @superzooper3
  • High speed chaotic farming simulator pyxel-20220611-162244

SuperZooper3 avatar Jun 11 '22 20:06 SuperZooper3

  • The last space fighter
  • https://github.com/yuiio/last-space-fighter
  • Yuiio
  • [email protected]
  • A space shooter game

yuiio avatar Jun 24 '22 17:06 yuiio

@yuiio Thank you for sharing your game! But flashing of whole screen may damage viewers' eyes, so I modified your movie as no effect version. Please understand this change.

space-fighter-loop

kitao avatar Jun 26 '22 05:06 kitao

  • pytouch
  • https://github.com/kra53n/pytouch
  • kra53n
  • https://github.com/kra53n
  • hyper-casual game

demonstration-pytouch

kra53n avatar Jul 17 '22 18:07 kra53n

  • Interceptor
  • Adam
  • https://twitter.com/helpcomputer0
  • Action side-scroller interceptor-export-02

helpcomputer avatar Aug 09 '22 17:08 helpcomputer

Hi, let me post my work in this thread.

Bit Maze https://github.com/takaneichinose/pyxel_bit_maze Takane https://twitter.com/takane_ichi A puzzle-platformer game pyxel-20221107-174200

This game is still just a prototype, so I might add more feature and stages.

takaneichinose avatar Nov 07 '22 08:11 takaneichinose

Hi,

  • Tu-tu-tuweeeeep
  • A fixed screen platformer with a 30 second time limit. My entry to the first pyxel jam
  • Source: https://gitlab.com/Cereale/pyxel-jam-platformer
  • Itch: https://cereale.itch.io/tu-tu-tuweeeep

showcase

Antoine-bdc avatar Nov 25 '22 11:11 Antoine-bdc

  • Pyxel Rogue
  • A rogue-like shooter with randomly generated rooms including shaders.
  • Source: https://gitlab.com/Cereale/pyxel-rogue
  • Itch: https://cereale.itch.io/pyxel-rogue

rogue_showcase

Antoine-bdc avatar Nov 25 '22 11:11 Antoine-bdc

Thank you, everyone. This thread has gotten quite long, so I'd like to move on to Part3.

kitao avatar Nov 27 '22 02:11 kitao