Skip to content

andrewtubman/hackdays33

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://hackdays.shopify.io/projects/15769

Spend hackdays learning som rust.

./chess is a partially implemented CLI based chess game.

Includes:

  • Move validation engine (partially implemented for pawns)
  • Board drawing engine
  • Unit tests
  • Chess coordinate parser that maps human input to games tile array indexes. Ex. c2 -> [6][1]

./conway is a implementation of the conways game of life cellular automation

./fibonacci calculates nth fibonaci number. Contains ruby implmentation for speed comparison.

./fahrenheit_to_celsius converts fahrenheit to celsius

About

Hackdays 33 - Learning Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published