Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kusnierewicz/tic-tac-toe-game
The Odin Project Assignment: Tic Tac Toe Game
https://github.com/kusnierewicz/tic-tac-toe-game
game game-development odin-project ruby terminal-game tic-tac-toe
Last synced: 4 days ago
JSON representation
The Odin Project Assignment: Tic Tac Toe Game
- Host: GitHub
- URL: https://github.com/kusnierewicz/tic-tac-toe-game
- Owner: Kusnierewicz
- License: mit
- Created: 2014-08-30T22:50:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T21:43:07.000Z (about 7 years ago)
- Last Synced: 2023-08-27T16:06:52.876Z (about 1 year ago)
- Topics: game, game-development, odin-project, ruby, terminal-game, tic-tac-toe
- Language: Ruby
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# The Odin Project Assignment: ["Build a Tic Tac Toe Game in Ruby"](https://www.theodinproject.com/courses/ruby-programming/lessons/oop)
is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game. Please see [Wikipedia article](https://en.wikipedia.org/wiki/Tic-tac-toe) for extended info.
## Installation
Save Tic-Tac-Toe-Game folder in your chosen location
And then inside of it execute:
$ bundle
## Usage
To play the game run:
ruby Tic-Tac-Toe-Game\run_game\play.rb
## How to Play
TO DO
## Still in a developement stage!!
Let me know if you find a bug!
1. Preventing crashing with wrong inputs
2. Enabling user game setup (right now game starts with previously set players, names, etc.)## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request## License
\* See [license.txt](https://github.com/Kusnierewicz/Hangman-game/blob/master/LICENSE.txt) for usage details.