Colorado State University - Computer Science 1 (CS 163 / CS 164)
Colorado State University - Computer Science 1 (CS 163 / CS 164)
Fort Collins, CO
Pinned Repositories
Handouts
Public hosting for the course slides and other handouts
Lab01BeginningsAndBugs
variables and debugging
Lab01VariablesPrinting
Your first lab! Learning about variables, parts of the programming, and debugging.
Lab02OpenPizzaOrderingApplication
An application focusing on learning methods and objects for the first time.
Lab03Conditionals
CS163/4 student lab focusing on introduction to conditionals for students to work, following the spiral model of topic introduction (simple conditionals only)
Lab03Magic8
Lab04TwentyQuestions
An application lab focusing on building a small game. Uses simple conditionals, with provided code to complete the game.
Lab05LogicalGarden
Warm Up lab dealing with logical operators
Lab06Stonks
Vanessa: "Freddy, you're supposed to be on lockdown." Freddy: "But Vanessa, I have to sell my stonks."
PracticalOptionKnightFight
Practical Project Option: Knight Fight Game
Colorado State University - Computer Science 1 (CS 163 / CS 164)'s Repositories
CSU-CompSci-CS163-4/Handouts
Public hosting for the course slides and other handouts
CSU-CompSci-CS163-4/PracticalOptionKnightFight
Practical Project Option: Knight Fight Game
CSU-CompSci-CS163-4/Lab01BeginningsAndBugs
variables and debugging
CSU-CompSci-CS163-4/Lab03Magic8
CSU-CompSci-CS163-4/Lab04Choices
Data type/Control Flow aplication lab
CSU-CompSci-CS163-4/Lab05StrictHousehold
constructors, setters, getters, and object instances
CSU-CompSci-CS163-4/Lab08Fractions
CSU-CompSci-CS163-4/Lab09BrokenEReader
CSU-CompSci-CS163-4/Lab18CraftingTable
2d arrays
CSU-CompSci-CS163-4/Lab19SortingApples
CSU-CompSci-CS163-4/Lab02FlowerPower
Types warmup lab
CSU-CompSci-CS163-4/Lab06HouseholdBonding
CSU-CompSci-CS163-4/Lab07AirlinePassengers
CSU-CompSci-CS163-4/Lab07GroceryList
This lab requires students to complete a Grocery List Application. This lab exposes and teaches students to work with ArrayLists and the For-Each loop.
CSU-CompSci-CS163-4/Lab10EncryptedMessageApp
Part 1 of the EncryptedMessageApp
CSU-CompSci-CS163-4/Lab10PizzaOrder
CSU-CompSci-CS163-4/Lab11FileOutput
CSU-CompSci-CS163-4/Lab11ModdedBrokenEreader
CSU-CompSci-CS163-4/Lab12EncryptedMessageApp
Part 2 of the EncryptedMessageApp
CSU-CompSci-CS163-4/Lab12SaladOrder
CSU-CompSci-CS163-4/Lab13Polymorphism
CSU-CompSci-CS163-4/Lab13ZooZone
CSU-CompSci-CS163-4/Lab14CookiePizzaOrder
CSU-CompSci-CS163-4/Lab14EncryptedMessageApp
Part 3 of the Encrypted Message App
CSU-CompSci-CS163-4/Lab15Recursion
CSU-CompSci-CS163-4/Lab15RecursivePractice
CSU-CompSci-CS163-4/Lab16MoreRecursion
This is the public repository for Lab 16 More Recursion for CSU CS-163/4
CSU-CompSci-CS163-4/Lab17Hangman
Use provided Hangman game code to practice creating a main() method to control a program.
CSU-CompSci-CS163-4/Lab182DArrays
This is the public repository for the CS163/4 2D Arrays lab.
CSU-CompSci-CS163-4/Lab19PlayingCards