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?

【Game A Week:一週目】スライドパズルを作ってみた

Posted at

はじめに

普段はPHPなどを使ってwebアプリ開発を行っていますが他の技術も身に着けたいのでGame A Weekに挑戦しようと思います。

Game A Weekとは

「Game A Week」とは一週間でゲームを1つ作って、ゲーム開発の経験値を上げる方法として、オランダのインディー系デベロッパー「Vlambeer」のRami Ismail氏が提唱したものです。詳細については以下の記事を読んでみてください。

振り返り

Idea

スライドパズルを作成しました。
スライドパズル.png

What I learned

  • Pythonを使用しての開発
  • Pygameを使用しての開発
  • Gameの開発
  • LICENSEの表記追加
  • パリティ設定

What went right

  • Pythonの簡単さは理解できた
  • Pygameを使って画面を表示することができた

What went wrong

  • パリティの精度
    パリティ機能を作成したものの正常に機能していないように見える(3回に1回程度解けない問題が出てくる)。以下を参考にしたもののPythonになれていないこと、数式としての理解がまだ浅いため実装漏れをしたんだと思う...。次回パズルを作成する際には気を付けたい。

おわりに

初めてPythonを使用した開発でしたので調べながらの作業となりました。PHPと近い部分があるのでこれから慣れていき、仕事などでつかえたらと思います。

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?