Code Monkey home page Code Monkey logo

Dane Dalton's Projects

docker-test icon docker-test

Test docker on my tic-tac-toe ReactJS file that was used to practice ReactJS basics.

etch-a-sketch icon etch-a-sketch

Etch-A-Sketch app, applying what I personally learned from my Rock, Paper, Scissors app.

git_playground icon git_playground

A playground for changing commit messages, splitting a commit, joining commits, etc.

hangman icon hangman

A game of Hangman written in Ruby with game saves. Played against a computer.

knight_travails icon knight_travails

In the game of chess, a knight can move to any square on the board if it has enough moves. In this repo, I am going to find the quickest way for a knight to get from one square to another. Tracking all of the knights moves in a tree, then performing either a BFS or DFS to traverse the tree and find the shortest path. I will likely be using a BFS since we are looking at moves that end on the shortest level in the level order search.

mastermind icon mastermind

A game of mastermind written in Ruby and played in the console.

my-portfolio icon my-portfolio

Portfolio written in React.js with TypeScript. Created to show off my work, as well as an opportunity to learn TypeScript.

regex-playlist icon regex-playlist

Course files for the Regular Expressions playlist on The Net Ninja YouTube channel.

rock-paper-scissors icon rock-paper-scissors

A game of rock, paper, scissors. I'll start off writing it in the console, then making a GUI for it later on.

ruby_binary_search_trees icon ruby_binary_search_trees

In this exercise I am creating a binary search tree in Ruby with a handful of methods like #insert, #delete, and #balanced? I will be using BFS and DFS to search the tree.

ruby_event_manager_exercise icon ruby_event_manager_exercise

An assignment project by The Odin Project which gets you reading CSV files, using google APIs, making ERB files, and then writing in files to a new folder.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.