Skip to content

Commit

Permalink
restore 2048.v
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyi98 committed Aug 9, 2024
1 parent 0c5ee4d commit ba61ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/2048/2048.v
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mut:
state GameState = .play
tile_format TileFormat = .normal
moves int

//
is_ai_mode bool
ai_fpm u64 = 8
}
Expand Down

0 comments on commit ba61ee1

Please sign in to comment.