Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/igrep/vertons

任天堂の「ナビつき! つくってわかる はじめてゲームプログラミング」風の何か
https://github.com/igrep/vertons

no-code nocode node-based node-based-ui nodebased

Last synced: about 5 hours ago
JSON representation

任天堂の「ナビつき! つくってわかる はじめてゲームプログラミング」風の何か

Awesome Lists containing this project

README

        

# web-components-verton

任天堂の「ナビつき! つくってわかる はじめてゲームプログラミング」っぽく作ったアプリ

## テスト用に作ったサンプルアプリ

- [1-constant,click,calculate,dog.json](https://the.igreque.info/works/vertons/?1-constant,click,calculate,dog.json)
- クリックする毎に🐶が左斜め下に動くだけ
- [2-whilePointerDown,division,cat.json](https://the.igreque.info/works/vertons/?2-whilePointerDown,division,cat.json)
- マウスボタンを押している間、😺がマウスカーソルの動きに合わせてゆっくりめに動くだけ
- [3-lastPosition,subtraction,person.json](https://the.igreque.info/works/vertons/?3-lastPosition,subtraction,person.json)・[4-lastPosition,addition,subtraction,person.json](https://github.com/igrep/web-components-verton/raw/main/test-vertexes/4-lastPosition,addition,subtraction,person.json)
- マウスカーソルに合わせて🙂が動く。カーソルが動いていない間もちょっとずつ🙂が動くだけ
- [5-constant,equal,and,dog.json](https://the.igreque.info/works/vertons/?5-constant,equal,and,dog.json)
- 200フレーム後に🐶が200px右に動くだけ
- [6-less-than,counter-increment,not,and,person.json](https://the.igreque.info/works/vertons/?6-less-than,counter-increment,not,and,person.json)
- 4秒間🙂が下に動いた後左に動くだけ
- [7-comparisons.json](https://the.igreque.info/works/vertons/?7-comparisons.json)
- マウスを押した数に応じて🐶🙂😺が右に動くだけ:
- 1~5回目は🐶が動く
- 5回目以降は😺が動く
- 6回目以降は🙂が動く
- [8-comparisons2.json](https://the.igreque.info/works/vertons/?8-comparisons2.json)
- マウスを押した数に応じて😺が動くだけ:
- 1~3回目は左に動く
- 4回目以降は上に動く