All Projects → Nearoo → Wario-Land-3

Nearoo / Wario-Land-3

Licence: MIT license
A remake of the GBC-Game "Wario Land 3" using Pygame for Python

Programming Languages

python
139335 projects - #7 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to Wario-Land-3

pixel-art
A minimalist, cross device compatible pixel art editor.
Stars: ✭ 72 (+50%)
Mutual labels:  spritesheet
PySprint
Recreation of the Atari ST port of Super Sprint with Pygame
Stars: ✭ 19 (-60.42%)
Mutual labels:  pygame
pygame-car-tutorial
rmgi.blog./pygame-2d-car-tutorial.html
Stars: ✭ 30 (-37.5%)
Mutual labels:  pygame
SpookyGhost
A procedural sprite animation tool made with the nCine
Stars: ✭ 185 (+285.42%)
Mutual labels:  spritesheet
Aseprite
Animated sprite editor & pixel art tool (Windows, macOS, Linux)
Stars: ✭ 14,832 (+30800%)
Mutual labels:  spritesheet
Python-Games
A collection of small python games made by me using pygame and tkinter libraries
Stars: ✭ 121 (+152.08%)
Mutual labels:  pygame
unity-surfaceshader-flipbook
Surface shaders with flipbook / spritesheet animation functionality
Stars: ✭ 43 (-10.42%)
Mutual labels:  spritesheet
EvoArm
An open-source 3D-printable robotic arm
Stars: ✭ 114 (+137.5%)
Mutual labels:  pygame
python-kaynaklari
Python Türkiye Facebook sayfasında başlatılan projenin yeni sayfası
Stars: ✭ 30 (-37.5%)
Mutual labels:  pygame
midiGenerator
Generate midi file with deep neural network 🎶
Stars: ✭ 30 (-37.5%)
Mutual labels:  pygame
Ikonate
Fully customisable & accessible vector icons
Stars: ✭ 3,392 (+6966.67%)
Mutual labels:  spritesheet
Pixelorama
A free & open-source 2D sprite editor, made with the Godot Engine! Available on Windows, Linux, macOS and the Web!
Stars: ✭ 2,535 (+5181.25%)
Mutual labels:  spritesheet
minesweeper
💣 The classic minesweeper game in python
Stars: ✭ 34 (-29.17%)
Mutual labels:  pygame
react-responsive-spritesheet
React component which helps you to easily apply responsive spritesheet animations on your project.
Stars: ✭ 82 (+70.83%)
Mutual labels:  spritesheet
pool
A pool game written in python and pygame.
Stars: ✭ 33 (-31.25%)
Mutual labels:  pygame
LOST--Java-2D-Game
2D side-scrolling game made in JAVA with sprite sheet animations
Stars: ✭ 2 (-95.83%)
Mutual labels:  spritesheet
Sudoku-Solver
🎯 This Python-based Sudoku Solver utilizes the PyGame Library and Backtracking Algorithm to visualize and solve Sudoku puzzles efficiently. With its intuitive interface, users can input and interact with the Sudoku board, allowing for a seamless solving experience.
Stars: ✭ 51 (+6.25%)
Mutual labels:  pygame
Python.io
Snake game inspired from Slither.io but features a python instead of a snake. Made in Python 3
Stars: ✭ 15 (-68.75%)
Mutual labels:  pygame
Elimination-Game
利用pygame实现消消乐小游戏GUI界面(Use pygame to eliminate the GUI interface of music game)
Stars: ✭ 18 (-62.5%)
Mutual labels:  pygame
WeatherPi TFT
a weather display for a raspberry pi and a TFT display written in python3 and pygame
Stars: ✭ 66 (+37.5%)
Mutual labels:  pygame

Wario Land 3 in Pygame

A remake of the GBC-Game "Wario Land 3" using Pygame for Python. Here's a YouTube video that shows it in action.

Running on Ubuntu

sudo apt install python-pygame
git clone https://github.com/NSasquatch/Wario-Land-3.git
cd Wario-Land-3
./main.py

Gameplay

The keys are placed so that they resemble the Gameboy Color keys:

key action
A move left
D move right
L attack
P jump

Wario Land 3 Screenshot

Currently, the level visible on the screenshot is the only one in existence.
Also, even tough everything is set up for it, Wario does not interact with anything except solid blocks.
Loading of new levels is prepared (and tested) but no trigger that would activate it in-game is implemented.

Tilesets

Tilesets and spritesheets were found on following pages:

...and then spearated and ordered using the Pyxeledit

Editing levels

If you want to create your own levels you can do so easily using the Tiled-map editor. Just edit the file Forest_N1_1.tmx, everything is set up. Moving entities like Wario or Spearheads go onto the layer 'game_actors', while tiles regarding the leveldesign belong to the layer main. Every tile has the property material_group (editable on the bottom left of the screen). Change this to solid, hard-break or soft-break to enable collision, or to anything else to disable it.

Preview: Tile editor preview

Note: The license noted within the LICENSE file is only applicable to resources that were created by me. This excludes all graphics. Please refer to the respective websites for more information about thier licensing.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].