You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* cargo ftm
* made board offsetable
* did a lil cleanup upon revisiting my old code
* drawing tetris frame
* oops I made the board too big but now its fixed
* added blinky game over screen
* updated readme with stubs to fill in soon
* added gif
Copy file name to clipboardExpand all lines: readme.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
3
3
## Intent
4
4
5
-
- Attempt to make use of data-oriented design
6
-
- Attempt to make use entity systems
7
5
- Practice rust
8
6
- Use a TUI (cuz tuis are cool)
9
7
@@ -59,7 +57,10 @@
59
57
60
58

61
59
62
-
-[ ] Constrain board size
60
+
-[X][Constrain board size and add game over screen](https://github.com/scottnm/tetrust/commit/FILL-ME-IN)
61
+
62
+

63
+
63
64
-[ ] Allow tetrominos to rotate
64
65
-[ ] Allow clearing lines
65
66
-[ ] Speed up pieces falling as more lines are cleared
0 commit comments