Skip to content

Commit

Permalink
Replace the game with a better-coded and better-designed game.
Browse files Browse the repository at this point in the history
  • Loading branch information
blujai831 committed Oct 12, 2024
1 parent fbef2c2 commit f411650
Show file tree
Hide file tree
Showing 10 changed files with 182 additions and 487 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
This is the starter code project for the `Demo 1` project in CMPM 121, Game Development Patterns, at UC Santa Cruz (fall quarter, 2024). Students should incrementally modify this project, tracking their progress with git, to develop an incremental game of their own unique design.
This fork is maintained as a deliverable for the `Demo 1` project in CMPM 121, Game Development Patterns, at UC Santa Cruz (fall quarter, 2024). I have incrementally modified this project, tracking my progress with git, to develop an incremental game of my own not-very-unique design.

## Note to Adam

I realize my implementation still comes in at closer to 200 than to 100 lines of code. I have followed to the best of my ability the detailed constructive criticism you were so kind as to take the time to offer me, and yet still I don't know how else to further optimize for low line count in my refactoring without doing something terrible like violating the 80-column rule or removing the empty lines between distinct code blocks, so I'm not sure how other students have been able to get their implementations down to around 100 lines of code assuming they have comparable feature sets. This notice is of course subject to change if I find a solution before the extended deadline.
134 changes: 0 additions & 134 deletions src/GameState.ts

This file was deleted.

121 changes: 0 additions & 121 deletions src/GameUI.ts

This file was deleted.

70 changes: 0 additions & 70 deletions src/IGameState.ts

This file was deleted.

44 changes: 0 additions & 44 deletions src/IGameUI.ts

This file was deleted.

Loading

0 comments on commit f411650

Please sign in to comment.