Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
intro-rust-game
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Hauspie
intro-rust-game
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
05-unit-tests
Select Git revision
Selected
05-unit-tests
Branches
1
main
default
protected
Tags
11
11-flip-coin
10-generics
09.5-before-main-generic
09-modules
08-Display
07-trait-derive
06-trait
04-impl-for-board
03-board-struct
02-typed-squares
01-simple-board
13 results
Begin with the selected commit
Created with Raphaël 2.2.0
29
Nov
30
Nov
29
28
27
26
Fix date in slides
main
main
Update slides from 2023 presentation
Update slides
fix comments
Update slides
Update pdf
Add PDF of the presentation slides
Add README and default to TicTacToe
Add a Coin flip game
11-flip-coin
11-flip-coin
Implement all needed trait and generic play
10-generics
10-generics
Implement Board trait for TicTacToe board
09.5-before-mai…
09.5-before-main-generic
Add a move type and refactor a bit
Refactor to make a board module with a tictactoe submodule
Add board module
09-modules
09-modules
Replace ConvertToString by std::fmt::Display
08-Display
08-Display
Implement Clone, Copy, Debug, PartialEq for square
07-trait-derive
07-trait-derive
Add ConvertToString trait
06-trait
06-trait
Add tests
05-unit-tests
05-unit-tests
Add impl for Board
04-impl-for-board
04-impl-for-board
Add a Board type
03-board-struct
03-board-struct
Remove need for Copy and Clone, too soon
02-typed-squares
02-typed-squares
Add typed squares
board without structs
01-simple-board
01-simple-board
Fix board display
Simple display and rustfmt
Add lock
Simple board and display
Loading