Skip to content

Commit

Permalink
Merge pull request CleanCut#14 from basilkohler/main
Browse files Browse the repository at this point in the history
Link other community projects
  • Loading branch information
CleanCut authored Jan 9, 2023
2 parents 14d5402 + 3b9e0d5 commit f48154c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Invaders is an open source terminal arcade game with audio, based off of the "Space Invaders" classic arcade game.

This game was initially developed for a presentation at [OSCON Open Source Software Superstream Series: Live Coding—Go, Rust, and Python](https://learning.oreilly.com/live-training/courses/oscon-open-source-software-superstream-series-live-codinggo-rust-and-python/0636920410188/) and then adapted for inclusion as an example project for the [Ultimate Rust Crash Course](https://www.udemy.com/course/ultimate-rust-crash-course/?referralCode=AF30FAD8C6CCCC2C94F0). The tags `part-1`, `part-2`, etc. correspond to the various stages of the original presentation.
This game was initially developed for a presentation at [OSCON Open Source Software Superstream Series: Live Coding—Go, Rust, and Python](https://learning.oreilly.com/live-training/courses/oscon-open-source-software-superstream-series-live-codinggo-rust-and-python/0636920410188/) and then adapted for inclusion as an example project for the 2020 version of [Ultimate Rust Crash Course](https://www.udemy.com/course/ultimate-rust-crash-course/?referralCode=AF30FAD8C6CCCC2C94F0). The tags `part-1`, `part-2`, etc. correspond to the various stages of the original presentation.

Since the original presentations, folks continue to tinker and improve the game. Feel free to fork this repository, make a change, and submit a pull request if you have a good idea!

Expand Down Expand Up @@ -38,6 +38,12 @@ sudo yum install -y alsa-lib-devel
sudo apt install libasound2-dev pkg-config
```

## Community Projects

If you have created a project based off of what you learned from this one, feel free to open a PR and add it to the list below!

* [Pong](https://github.com/basilkohler/rusty_pong)

## Contribution

All contributions are assumed to be dual-licensed under MIT/Apache-2.
Expand Down

0 comments on commit f48154c

Please sign in to comment.