0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

作品:ルビーチェス(Ruby Chess)

Last updated at Posted at 2021-12-16

#概要
Odin Projectレッスンによって作ったチェスゲーム。

レッスンURL: https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-programming/lessons/ruby-final-project

Github: https://github.com/RistoLibera/Ruby_Chess

1.png

作品URL: https://replit.com/@qofgxnm7b/RubyChess?v=1

#使用技術
・Ruby
・Replit
・Git
・GitHub
・Oracle VM VirtualBox

#内容一覧

3.png

AIまたは友達と遊ぶことができます。名前を入力し、白または黒を選べます。

1.png

a~hと1~8を連結した文字列を入力し、チェスを選びます。

6.png

緑のブロックは選ばれているチェス。
紅いブロックは可能な移動範囲。

7.png

移動しました!

8.png

キーボードの'S'を押してからゲームを保存していきます。

9.png

保存されたゲームをアクセスできます。

10.png

お同じところから遊べます。

11.png

勝利!

#まとめ

初めて学んだ知識を活用して一ヶ月かかってこのプログラムを作り、色々な困難にあってもそれらを解決して自分のプログラミング力も急速に成長しております。

さらに、ターミナルとVBも熟練しています。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?