Skip to content

Eleott-hi/snake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use for windows?

Install the following packages:

Do the following:

1. Install MinGW in msys2.

Enter this command in msys2:

pacman -S mingw-w64-make  

avatar

2. Create a new path in "Path".

Way: This computer → right mouse button (click properties) → additional system parameters → environment variables → in the system variables window, change "Path" → add 2 paths:

  C:\msys64\mingw64\bin  
  C:\msys64\usr\bin

avatar

3. Install make in msys2.

Enter this command add in msys2:

  pacman -S make 

4. Creating a clone of the raylab directory.

In msys2, go to the directory:

С:\

Enter this command:

git clone https://github.com/raysan5/raylib.git 

5. Start raylib.

In msys2, go to the directory:

 C:\raylib\src.   

Enter in msys2 this command:

make 

6. Creating a clone of the "Snake Game" directory.

  • Select a folder you want to work in.
  • In msys2, in your directory.
  • Enter this command:
git clone https://github.com/overpod/snake.git  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.5%
  • Makefile 4.5%