Code Monkey home page Code Monkey logo

tank's People

Contributors

tsucchee avatar vwrs avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

tsucchee

tank's Issues

fix collision_check

自機と弾の衝突判定はしないようにする
→パワーアップをとって自機の移動速度が弾より早くなることがあるため。

自機の弾同士,敵の弾同士の衝突判定はしないように
→連続で打つと消えたり,敵の間で打ち消し合うとステージの設計に制約が増えるため(特に動かない敵の配置を自由にしたい)

design tanks

  • jiki
    • シンプルな戦車
    • パワーアップすると変化するようにする?
  • teki
    • カービィ
    • 雪だるま
    • jikiもどき(色違い)

simple TimerFunc

当たり判定をまとめたcollision_check関数を利用して,簡単なTimerfuncに改良する。

implement and design walls

壁の設置場所と種類

  • ステージ端に壊れない壁
  • ステージ中に壊れない壁(デザイン変える?)
  • ステージ中に壊れる壁(デザイン変える)

add powerups

取得方法

  • 移動して拾う
  • 敵からドロップ

強化内容

  • 弾の速度アップ
  • 跳ね返る弾
  • ダメージUP
  • 一度に三方向発射
  • 弾の大きさ変化(細長くするほうが良さそう)

敵の弱体

  • 移動速度ダウン
  • 弾の速度ダウン
  • ダメージダウン
  • 一定時間止まらせる

show HP gauge

  • 今のところ自機のもののみ表示(左上)

implement highscore

  • 倒した敵の種類に応じてスコア加算
    • 敵に弾がヒットした時点でスコア加算
    • 経過時間が短いほどスコア加算
    • 壊せる壁は壊すとスコア加算
    • highscore.txtをつくる
    • 難易度ごとに分ける
    • スタート画面,リザルト画面に表示
    • リザルト画面ではスコア結果を表示

create stage select window

  • 難易度を選択する画面を作る。
  • 左右の方向キー←→で選択,Spaceで決定
  • 確認画面も作る?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.