ArmyaAli / 2d-platformer-game

2D platformer in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2d-platformer-game

Project setup

Prerequisites

Windows

  • Install Git Downloads
  • Install MinGW toolchain Downloads image
  • Text editor of your choice
  • Shell of your choice

Instructions

Directory structure after the setup
C:.
├───build
├───include
│   └───raylib
├───lib
└───src

  1. Add to $PATH
C:\dev\tools\mingw64\bin
  1. Get Raylib Download Library & Header files image

  2. Clone the repository

git clone https://github.com/ArmyaAli/2d-platformer-game.git
cd 2d-platformer-game
  1. Run make setup
mingw32-make setup
  1. Go to the raylib distribution pkg you downloaded in step 2.
mv lib\raylib.a  2d-platformer-game\lib
mv include\*.h  2d-platformer-game\include\raylib
  1. Compile and run the program
mingw32-make

About

2D platformer in C


Languages

Language:Makefile 53.8%Language:C 46.2%