Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2dmultiplayergame

Dev Environment Setup

I personally run an Arch (btw) Linux environment.

So that is what the following guide will use.

sudo pacman -S raylib cmake base-devel

Build the Game

I use CMake to build the game.

# Set CMake source and build
cmake -B build & cmake --build build
# Run The Game
./build/main

About

(WIP) A 2D Fighting Game

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages