Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanjsanj/nano_chess
A game of nano chess, alias micro chess, or mini chess
https://github.com/sanjsanj/nano_chess
Last synced: 3 days ago
JSON representation
A game of nano chess, alias micro chess, or mini chess
- Host: GitHub
- URL: https://github.com/sanjsanj/nano_chess
- Owner: sanjsanj
- Created: 2015-03-12T18:13:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T14:08:04.000Z (over 9 years ago)
- Last Synced: 2024-05-16T01:13:53.505Z (6 months ago)
- Language: Ruby
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nano_chess
A game of nano chess, alias micro chess, or mini chess.### Introduction
Nano Chess was an idea conceived in conjunction with an excellent coder and long-time friend of mine, Frank Cheung. We originally created it for iOS and released it in 2012 on the [iTunes app store where it can still be found](https://itunes.apple.com/gb/app/nano-chess/id513295391?mt=8 "Nano Chess on the iTunes App Store").
However, this app hasn't been updated in a long time.The aim of this excercise is for me to create a version for the web that someone will hopefully enjoy playing and that I can update myself, and more importantly to help me learn the first steps to making games in Ruby.
### Source material
- [Ruby Chess tutorial on YouTube](https://www.youtube.com/watch?v=NshosbvkG3k "Ruby Chess tutorial by Chong Kim")### Versions
- 0.0.2 Started off the file and spec file but ran into trouble getting rspec-its to work.
- 0.0.1 Corrected typo in the readme, off to a flying start.
- 0.0.0 Is this possible?