2016-09-01から1ヶ月間の記事一覧

PICO-8 日本語版マニュアルを0.1.9にアップデートしました(+変更点の解説)

I've updated the PICO-8 Japanese manual to 0.1.9. This post is the explanation of it, but only written in Japanese. Sorry! シルバーウィークを利用してPICO-8の日本語版マニュアルを0.1.9にアップデートしました。あわせて日本語の説明がわかりにく…

Ray casting with Bresenham algorithm in PICO-8 (PICO-8でブレゼンハムアルゴリズム)

At first, I was supposed to implement a super light-weight 2d physics engine for PICO-8. But when I realized it, I was implementing the PICO-8 version of the Besenham algorithm. 元々はPICO-8向けの軽量2D物理エンジンを作成するつもりだったの…

Use the Perlin noise on PICO-8 (PICO-8でパーリンノイズ)

I tried to implement the Perlin noise on PICO-8. 試しにPICO-8でパーリンノイズの実装をしてみました。