Skip to content

match3 demo use entity-component-system (entt) and sfml.

Notifications You must be signed in to change notification settings

sb-baifeng-sb/match3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

说明

介绍

基于entity-component-system(ECS)模式实现的宝石三消例子。

使用说明

  1. git clone https://github.com/sb-baifeng-sb/match3.git
  2. brew install cmake (Linux: sudo apt install cmake)
  3. brew install sfml (Linux: sudo apt install libsfml-dev)
  4. cd match3
  5. sh init.sh (首次运行时需要使用)
  6. sh build.sh
  7. sh run.sh

其他

如果已经安装了cmake可以跳过第2步

如果想要重新编译项目,使用 sh build.sh -clean

About

match3 demo use entity-component-system (entt) and sfml.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published