Skip to content

janellbaxter/janellbaxter.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Portfolio

An example of a portfolio in GitHub, created for coding and programming courses at Columbia College Chicago. Use markdown and GitHub's walkthrough to build a portfolio showcasing your work from class.

Code Projects | C# Projects | Gists

Code Projects

🏅 PROG 102 Code 😺

Information would be here

Screenshot 2025-08-29 053503

Random Number Generator

Description of the project would be here.

Screenshot 2025-10-27 142720

Duck Guessing Game

Description of my awesome game.

duck Screenshot 2025-10-24 141548

🖼️Composition Creator

Creates random compositions using Processing.

  • Loads random images
  • Sets random location, transparency, and tint
  • Built with Processing
composition-maker-screenshot

Code Projects | C# Projects | Gists

C Sharp Projects

🏅 PROG 205, 205, and 405

Information would be here

WPF and LINQ

A WPF app created with C# that uses LINQ to query a set of data and show the results. Screenshot 2021-04-07 142246

Game Demo

Game Demo

Adventure Game

adventuregame

A game that demonstrates object-oriented programming principles inheritance, encapsulation, and polymorphism. C# Adventure Game

Study Application

A Study Application that reads in terms and definitions from an external file (or files).

Explorable Areas

A command-line application with areas to explore and items for the player to find in each area. Before you can travel to the lake for snorkeling, the equipment must be found in one of the other areas. Explorable Areas

Underwater Creatures

Underwater Creatures demonstrates inheritance, polymorphism, and encapsulation.

Adopt-An-Insect

An application that lets a player create a custom insect character: Adopt-An-Insect

Shift Cipher

Shift Cipher is an application that encodes and decodes using a simple substitution cipher.

Trivia Game

Trivia Application

Zero Sum

Zero Sum is a C# WPF application of the penny game described in 'The Computational Beauty of Nature'.

WPF Navigation

WPF Navigation is a C# WPF example of using a frame and multiple pages.

WPF Character Customization (Radio Buttons)

WPF-CharacterCustomizationExample is an example of using WPF and C# to allow a player to modify something with radio button choices (like an item or a creature companion).

More projects on my github repo site

Code Projects | C# Projects | Gists

Code Gists

  1. Gists used in class
  2. Programming is Fun Gists and other example code

Code examples can be shown like this:

private void Play()
        {
            foreach (TriviaItem triviaItem in Questions)
            {
               Clear();
               WriteLine(player.PlayerInformation());
               WriteLine(triviaItem.Question);
                string input = ReadLine();
                if (triviaItem.CheckAnswer(input))
                {
                    player.IncrementScore();
                }
            }
        }

For more details see GitHub Flavored Markdown.

Code Projects | C# Projects | Gists | Top

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors