Skip to content

Here we can store our best efforts at solving the Elevator Saga Puzzles.

Notifications You must be signed in to change notification settings

InclusiveTechCoalition/code-puzzles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Code Puzzles!

Welcome to the the Inclusive Tech Coalition Code Puzzle Repository. This is a collaborative space where puzzle enthusiasts can share their solutions to various online puzzles. Our goal is to create a community where we can learn from each other, improve our problem-solving skills, and have fun with challenging puzzles.

GitHub contributors GitHub forks GitHub stars GitHub issues

Purpose

The purpose of this repository is to collect and share solutions to online puzzles. If you'd like to contribute a new puzzle, please make a folder for it and include a link to it below.

Where to Find the Puzzles

You can find the online puzzle we are currently working on at the following link:

Elevator Saga

Feel free to start solving the puzzles and share your solutions here!

How to Contribute

  1. Clone the repository: Clone this repository to your local machine.
    git clone https://github.com/InclusiveTechCoalition/code-puzzles.git
    
  2. Create a new branch: Create a new branch for your solutions.
    git checkout -b your-branch-name
    
  3. Add your solutions: Create a folder for each puzzle and add your solutions inside it.
  4. Commit your changes: Commit your changes with a meaningful message.
    git commit -m "Add solutions for puzzles 1 and 2"
    
  5. Push your changes: Push your changes to the remote repository.
    git push origin your-branch-name
    
  6. Create a Pull Request: Open a Pull Request to merge your changes into the main repository. Provide a clear description of what you have done.

Happy Puzzling!

About

Here we can store our best efforts at solving the Elevator Saga Puzzles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published