Skip to content

"Game of Life" inhabited on each face of the cube. Forked from /e-perulatus/GameOfLifeOnCube.

License

Notifications You must be signed in to change notification settings

GOB52/GameOfLifeOnCube

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLifeOnCube

English

概要

Thumbnail

立方体の各面でライフゲームが動いています。
@e-perulatus さんのオリジナル版では Core2 のみの動作でしたが、M5Unified ベースに改造して Core2,CoreS3 で動作するようになりました。

platformio.ini

env Description
[env:Core2] Using M5Unified and M5GFX for Core2
[env:CoreS3] Using M5Unified and M5GFX for CoreS3
[env:m5stack-core2] Original settings (Using M5Core2 and LovyanGFX)

操作方法

  • ボタン A: 選択
  • ボタン B: 決定
  • ボタン C: キャンセル
  • タッチ操作: キューブの回転

(A,B,C ボタンは CoreS3 では画面下部のソフトウェアボタンで機能します)

動作環境

M5Core2, CoreS3 で動作確認しています。

依存ライブラリ

M5Unified / M5GFX 版

Original 版


Overview

Thumbnail

"Game of Life" inhabited on each face of the cube.
The original version by @e-perulatus worked only with Core2, but I modified it based on M5Unified to work with Core2 and CoreS3.

platformio.ini

env Description
[env:Core2] Using M5Unified and M5GFX for Core2
[env:CoreS3] Using M5Unified and M5GFX for CoreS3
[env:m5stack-core2] Original settings (Using M5Core2 and LovyanGFX)

Operation

  • Button A : Select
  • Button B : Decide
  • Button C : Cancel
  • Touch operation : cube rotation

(The A, B, and C buttons function in CoreS3 with the software buttons at the bottom of the screen)

operating environment

Operation has been confirmed on M5Core2 and CoreS3.

Required libraries

M5Unified / M5GFX version

Original version

About

"Game of Life" inhabited on each face of the cube. Forked from /e-perulatus/GameOfLifeOnCube.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.5%
  • C++ 7.5%