Skip to content

MagiRomanya/PixelJAM24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Game JAM '24 🎮

Plug JAM

Welcome to Plug JAM, a 2D platformer game written in C using the Raylib library. In this game, your goal is to solve puzzles by connecting appliances to power using electric cables. Get ready for a challenging and electrifying adventure!

Features 🔌

  • Platformer Gameplay: Navigate through various levels filled with platforms, obstacles, challenges, and hats!
  • Puzzle Solving: Connect appliances, strategically managing limited cable and staples, to navigate obstacles and complete each level efficiently.
  • Raylib Graphics: Enjoy smooth and visually appealing graphics powered by the Raylib library.
  • Level Design: Encounter diverse levels with increasing difficulty as you progress.

GIF 1 GIF 1 GIF 1 GIF 1 GIF 1 GIF 1

Controls 🕹️

  • WASD Keys: Move the character left and right.
  • Spacebar: Jump!.
  • Left click: Place cable.
  • Right click Remove cable.
  • G key Cycle through available player hats 🤠.

Download and build ⚙️⚒️:

Requires to have a c compiler, git and cmake installed and in the PATH.

git clone --recursive https://github.com/MagiRomanya/PixelJAM24.git
cd PixelJAM24
mkdir build
cd build
cmake ..
make