Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 60b4d48

Browse filesBrowse files
authored
N16: FBSim (rust-gamedev#377)
1 parent e8569eb commit 60b4d48
Copy full SHA for 60b4d48

File tree

2 files changed

+21
-0
lines changed
Filter options

2 files changed

+21
-0
lines changed
5.11 KB
Loading

‎content/posts/newsletter-016/index.md

Copy file name to clipboardExpand all lines: content/posts/newsletter-016/index.md
+21Lines changed: 21 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.