Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

sunjay/rust-simple-game-dev-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game-tutorial

Each commit in this repo is a step in a game development tutorial I created for some friends. The game is built in the Rust programming language using the Rust SDL2 crate and the specs ECS.

We start making the game with just the SDL2 crate and then convert it to use the specs ECS as our code starts to grow. Once the ECS is added, we're able to quickly add more functionality like enemies, etc.

game tutorial preview

About

Rust game development tutorial with specs ECS and SDL2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages