forked from rndmcnlly/cmpm-121-demo-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace the game with a better-coded and better-designed game.
- Loading branch information
Showing
10 changed files
with
182 additions
and
487 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.