43432048
4444colors
4545battleship
46+
47+ CLI Hangman
48+ Tic Tac Toe AI
49+
4650-->
4751
4852# Modern Java
@@ -123,6 +127,16 @@ battleship
123127 - [ Access Individual Characters] ( ./strings/access_individual_characters.md )
124128 - [ Challenges] ( ./strings/challenges.md )
125129
130+ # Interactive Programs
131+
132+ - [ Standard Input] ( ./standard_input.md )
133+ - [ Prompting] ( ./standard_input/prompting.md )
134+ - [ Interpreting Input] ( ./standard_input/interpreting_input.md )
135+ - [ Integers] ( ./standard_input/integers.md )
136+ - [ Floating Point Numbers] ( ./standard_input/floating_point_numbers.md )
137+ - [ Other Types] ( ./standard_input/other_types.md )
138+ - [ Challenges] ( ./standard_input/challenges.md )
139+
126140# Control Flow I
127141
128142- [ Branching Paths] ( ./branching_paths.md )
@@ -153,6 +167,13 @@ battleship
153167 - [ Iterate over a String] ( ./loops/iterate_over_a_string.md )
154168 - [ Challenges] ( ./loops/challenges.md )
155169
170+ # Concepts
171+ - [ Software is an Interdisciplinary Field] ( )
172+
173+ # Projects
174+
175+ - [ Calorie Tracker] ( )
176+
156177# Data Types II
157178
158179- [ Arrays] ( ./arrays.md )
@@ -169,10 +190,6 @@ battleship
169190 - [ Initialization with new] ( ./arrays/initialization_with_new.md )
170191 - [ Challenges] ( ./arrays/challenges.md )
171192
172- # Projects
173-
174- - [ The Boston Molasses Disaster Game] ( ) <!-- Make sure they know it was because of deregulation -->
175-
176193# Control Flow II
177194
178195- [ Loops II] ( ./loops_ii.md )
@@ -197,6 +214,11 @@ battleship
197214 - [ Drawing Isosceles Triangles] ( ./loops_ii/drawing_isosceles_triangles.md )
198215 - [ Challenges] ( ./loops_ii/challenges.md )
199216
217+ # Projects
218+
219+ - [ Calorie Tracker II] ( )
220+ - [ Can you Build a Snowman?] ( )
221+
200222# Code Structure
201223
202224- [ Methods] ( ./methods.md )
@@ -229,6 +251,7 @@ battleship
229251# Projects
230252
231253- [ Tic-Tac-Toe] ( )
254+ - [ Chicken Nugget Numbers] ( )
232255
233256# Data Types III
234257
@@ -258,6 +281,7 @@ battleship
258281<!-- https://michaelxing.com/UltimateTTT/v3/ -->
259282- [ Ultimate Tic-Tac-Toe] ( )
260283
284+
261285# Code Structure II
262286
263287- [ Classes] ( ./classes.md )
@@ -285,6 +309,10 @@ battleship
285309 - [ Clarity] ( ./instance_methods/clarity.md )
286310 - [ Challenges] ( ./instance_methods/challenges.md )
287311
312+ # Projects II
313+
314+ - [ Monte Carlo Sampling] ( )
315+
288316# Data Types IV
289317
290318- [ Enums] ( ./enums.md )
@@ -352,13 +380,13 @@ battleship
352380
353381# Interactive Programs
354382
355- - [ Standard Input] ( ./standard_input .md )
356- - [ Prompting] ( ./standard_input /prompting.md )
357- - [ Interpreting Input] ( ./standard_input /interpreting_input.md )
358- - [ Reprompting] ( ./standard_input /reprompting.md )
359- - [ Leniency] ( ./standard_input /leniency.md )
360- - [ Delayed Assignment] ( ./standard_input /delayed_assignment.md )
361- - [ Transporting Data] ( ./standard_input /transporting_data.md )
383+ - [ Standard Input II ] ( ./standard_input_ii .md )
384+ - [ Prompting] ( ./standard_input_ii /prompting.md )
385+ - [ Interpreting Input] ( ./standard_input_ii /interpreting_input.md )
386+ - [ Reprompting] ( ./standard_input_ii /reprompting.md )
387+ - [ Leniency] ( ./standard_input_ii /leniency.md )
388+ - [ Delayed Assignment] ( ./standard_input_ii /delayed_assignment.md )
389+ - [ Transporting Data] ( ./standard_input_ii /transporting_data.md )
362390
363391# The Computing Environment
364392
@@ -451,7 +479,6 @@ battleship
451479 - [ Accessing Arguments] ( ./command_line_arguments/accessing_arguments.md )
452480 - [ Conventions] ( ./command_line_arguments/conventions.md )
453481
454-
455482# Code Structure V
456483
457484- [ Inner Classes] ( ./inner_classes.md )
@@ -514,7 +541,14 @@ battleship
514541 - [ Challenges] ( ./files/challenges.md )
515542
516543
544+ # Projects
545+
546+ <!-- read and write some journal entries -->
547+ - [ Journal Entries] ( )
517548
549+ <!-- Make a picture in PPM format -->
550+ - [ Draw a Picture] ( )
551+
518552<!--
519553# Data Structures & Algorithms II
520554
@@ -722,6 +756,11 @@ Make them do one. -->
722756 - [ long] ( ./niche_numerics/long.md )
723757 - [ Unsigned Operations] ( ./niche_numerics/unsigned_operations.md )
724758 - [ float] ( ./niche_numerics/float.md )
759+
760+ # Projects
761+
762+ <!-- Make a WAV file that plays hot cross buns -->
763+ - [ Hot Cross Buns] ( )
725764
726765# Code Structure VIII
727766
0 commit comments