Skip to content

zer0main/bin_game_mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bin_game_mvc

Build Status License

It's a C++ version of 2048 game (with modified game rules) with bot and many other features.

Console and GUI modes are possible.

Run dependencies

  • Qt library (version 4.6+)
  • Standard library of C language
  • Standard library of C++ language
  • lua
  • luabind

Build dependencies

Warning. Make sure you use the same Lua which luabind was linked against. Otherwise it compiles but results in memory error.

  • All the run dependencies
  • cmake
  • make
  • C++ compiler

How to build (Linux)

$ mkdir build-dir
$ cd build-dir
$ cmake /path/to/bin_game_mvc
$ make

About

new bin_game implemented with Model-View-Controller pattern

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published