Skip to content

Commit 738f53f

Browse files
committed
new
1 parent 2d0b685 commit 738f53f

5 files changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# Working with Basic Data Types Activity
2+
I created a short story in VS Code. Representing differnet elements using differnt variables.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# Creating Sentences Activity
2+
This program turns array elements into a sentence.

Debugging Activity/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# Debugging Activity
2+
For this one I worked on debugging. There are 4 checkpoints or programs in this assignment. I was required to run and debug each program using the techniques I learned.

Fortune Teller Activity/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# Fortune Teller Activity
2+
This a fortune teller game. The computer randomly picks a number between 0 to 10. Then, the program then reads the number and outputs a fortune. If the number is between 0 and 3, then they have a low fortune. If the number is between 4 and 7, then they have an average fortune. If the number is between 8 and 10, then they have a great fortune. Otherwise, any other fortune should not be read by the program.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# Project Pt 1 - PacMan Activity
2+
If you’ve ever played an arcade game, then you’re familiar with Pac-Man!
3+
This is the game where the player controls PacMan who travels inside a maze trying to eat all the dots while avoiding the colorful ghosts. This isn't the full game but a feature of it, which displays and moves PacMan from one side of the screen to the other.

0 commit comments

Comments
 (0)