Skip to content

Explore a curated collection of four retro-inspired games developed using Pyxel, Python's library for game development. Enjoy classic pixelated aesthetics and immersive gameplay experiences. Perfect for any retro gaming enthusiast!

Notifications You must be signed in to change notification settings

Andressance/Pyxel-Arcade-Collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyxel Arcade Collection

image

image image

Welcome to the Pyxel Arcade Collection! This repository houses several examples of games developed using Pyxel, a Python library for retro game development. Currently, you'll find the following games:

Stay tuned as we continue to expand and enhance this collection with additional games and features. Whether you're a seasoned developer or just starting out, these examples serve as a great way to explore Pyxel's capabilities and experiment with retro game design.

Requirements:

Ensure you have Python installed on your system. You can download it from python.org.

You also need to install Pyxel library. You can install it via pip:

pip install pyxel

Instructions:

Clone the Repository:

To get started, clone this repository to your local machine using the following command:

git clone https://github.com/andressance/pyxel-arcade-collection.git

Navigate to the Game Directory:

Once you've cloned the repository, navigate to the pyxel-arcade-collection directory:

cd pyxel-arcade-collection

Select a Game:

Choose one of the game directories (e.g., pong, snake, tic_tac_toe, peculiar_pong) to explore.

Run the Game:

Inside the selected game directory, simply run the main.py file using one of the following commands:

python main.py

or

pyxel run main.py

Credits:

  • All games are created with ❤️ by Andressance.
  • This games were created using the Pyxel game engine, made by Kitao. Check it out here.

Enjoy!

Have fun playing and experimenting with the games. Feel free to contribute by adding your own games or improvements.

Happy gaming! 🎮

About

Explore a curated collection of four retro-inspired games developed using Pyxel, Python's library for game development. Enjoy classic pixelated aesthetics and immersive gameplay experiences. Perfect for any retro gaming enthusiast!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages