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

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjay committed Jan 10, 2019
1 parent 00fc895 commit 7877e39
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
@@ -0,0 +1,11 @@
# 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](./preview.gif)
Binary file added preview.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7877e39

Please sign in to comment.