https://github.com/takaneichinose/pyxel_bit_maze
A simple puzzle-platformer game where you have to find the mystery plant in a maze.
https://github.com/takaneichinose/pyxel_bit_maze
8-bit 8bit chiptune chiptunes fantasy-console game game-development game-engine maze pixel-art pixelart platformer platformer-game python python3 pyxel pyxeledit retro retrogaming trap
Last synced: 5 months ago
JSON representation
A simple puzzle-platformer game where you have to find the mystery plant in a maze.
- Host: GitHub
- URL: https://github.com/takaneichinose/pyxel_bit_maze
- Owner: takaneichinose
- License: mit
- Created: 2022-10-27T09:13:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T08:36:54.000Z (over 3 years ago)
- Last Synced: 2025-04-05T17:36:43.598Z (over 1 year ago)
- Topics: 8-bit, 8bit, chiptune, chiptunes, fantasy-console, game, game-development, game-engine, maze, pixel-art, pixelart, platformer, platformer-game, python, python3, pyxel, pyxeledit, retro, retrogaming, trap
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bit Maze
## Description
This is the first game I created using [Pyxel](https://github.com/kitao/pyxel).
I usually create this game when I'm trying to use a game engine that's not familiar to me.
I just made a little re-design to the images, because why not.
This is also my first time using Python. It's fun to code with.
## Game description
This game is simple. Just control the character using your left/arrow key then space bar to jump.
Try to react the goal to complete the game. The finish line is the dancing mysterious plant.
Avoid the spiders that are hidden around the map. If you made contact to it, you lose.
## Resources
All the assets (images/audios) are created using this game engine.
I used [Visual Studio Code](https://code.visualstudio.com) to write the program.
## The game
The game can be access by clicking one of the links below.
[Pyxel Bit Maze](https://kitao.github.io/pyxel/wasm/launcher/?play=takaneichinose.pyxel_bit_maze.pyxapp.bit_maze&gamepad=enabled)
[Codepen](https://codepen.io/takaneichinose/pen/OJEPYVp)