Skip to content

Commit

Permalink
N16: FBSim (rust-gamedev#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTayler committed Dec 5, 2020
1 parent e8569eb commit 60b4d48
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Binary file added content/posts/newsletter-016/fbsim.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions content/posts/newsletter-016/index.md
Expand Up @@ -91,6 +91,27 @@ Some of this month's updates:
[abstreet]: https://abstreet.org
[abstreet-new-cities]: https://dabreegster.github.io/abstreet/howto/new_city.html

### FBSim

![FBSim initial version](fbsim.png)
_FBSim running with default agents._

[FBSim] by [Ian Tayler] is a football/soccer game where you program the
players using Rust and try to beat a team controlled by another AI.

You can follow the [tutorial] for implementing your own simple AI for FBSim,
or you can look at the code directly, which can be found on the
[github repo]. FBSim is at an early stage of development so issues and
comments are welcome!

_Discussions:
[/r/rust_gamedev](https://reddit.com/r/rust_gamedev/comments/jz4x1f/fbsim/)_

[FBSim]: https://github.com/IanTayler/fbsim
[github repo]: https://github.com/IanTayler/fbsim
[Ian Tayler]: https://iantayler.com
[tutorial]: https://iantayler.com/2020/11/22/fbsim-football-playing-ai-agents-in-rust/

## Learning Material Updates

### [Chess game in Rust using Bevy]
Expand Down

0 comments on commit 60b4d48

Please sign in to comment.