Main Website for The Odin Project
-
Updated
Dec 23, 2024 - Ruby
Main Website for The Odin Project
Basic Ruby Projects - Odin Project
This repository is a complement to the Ruby course for The Odin Project. It contains a series of Ruby exercises alongside pre-written tests that will help guide the student towards a solution, providing a Test Driven Development experience.
A tic-tac-toe game on the command line where two human players can play against each other and the board is displayed in between turns.
Connect Four is a two-player game where players take turns dropping pieces into a grid
a basic game where each player takes turns dropping pieces into the cage. Players win if they manage to get 4 of their pieces consecutively in a row, column, or along a diagonal
The Hashmap Project is an assignment from TOP's curriculum, where participants work on creating and implementing a hashmap data structure as part of their learning exercises.
Mastermind is a command line game where you have 12 turns to guess the secret code, starting with you guessing the computer’s random code.
Binary search tree data structure and methods for The Odin Project. All of the traversal methods are iterative and not recursive, except for the Pretty Print method taken from TOP.
Chess is a board game for two players, called White and Black, each controlling an army of chess pieces, with the objective to checkmate the opponent's king.
💎 Mini projects for practicing recursion in Ruby (finished with speed).
Odin Project - Ruby Data Structures
😵 The simple word guessing game, with a man's life at risk.
Add a description, image, and links to the theodinproject topic page so that developers can more easily learn about it.
To associate your repository with the theodinproject topic, visit your repo's landing page and select "manage topics."