Skip to content

aszecsei/game-jun17

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Game

This game uses Rust and SDL2.

Instructions

This game requires SDL2 to run.

Windows

  1. Go to the SDL2 download site.
  2. Download the "Visual C++ 32/64-bit" development library.
  3. Move SDL2.dll, SDL2.lib, SDL2main.lib, and SDL2test.lib from the downloaded archive to your Rust directory. For me, this was %UserProfile%\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\x86_64-pc-windows-msvc\lib.
  4. In the command line, use cargo run to start the game.

About

A game made in June 2017

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages