Skip to content

Commit 60b4d48

Browse files
authored
N16: FBSim (#377)
1 parent e8569eb commit 60b4d48

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
5.11 KB
Loading

content/posts/newsletter-016/index.md

+21
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,27 @@ Some of this month's updates:
9191
[abstreet]: https://abstreet.org
9292
[abstreet-new-cities]: https://dabreegster.github.io/abstreet/howto/new_city.html
9393

94+
### FBSim
95+
96+
![FBSim initial version](fbsim.png)
97+
_FBSim running with default agents._
98+
99+
[FBSim] by [Ian Tayler] is a football/soccer game where you program the
100+
players using Rust and try to beat a team controlled by another AI.
101+
102+
You can follow the [tutorial] for implementing your own simple AI for FBSim,
103+
or you can look at the code directly, which can be found on the
104+
[github repo]. FBSim is at an early stage of development so issues and
105+
comments are welcome!
106+
107+
_Discussions:
108+
[/r/rust_gamedev](https://reddit.com/r/rust_gamedev/comments/jz4x1f/fbsim/)_
109+
110+
[FBSim]: https://github.com/IanTayler/fbsim
111+
[github repo]: https://github.com/IanTayler/fbsim
112+
[Ian Tayler]: https://iantayler.com
113+
[tutorial]: https://iantayler.com/2020/11/22/fbsim-football-playing-ai-agents-in-rust/
114+
94115
## Learning Material Updates
95116

96117
### [Chess game in Rust using Bevy]

0 commit comments

Comments
 (0)