najibghadri / CodeHunt-CPP

The Great CodeHunt Game in C++ for you baby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeHunt in C++! :)

(Only on Linux...)

  • Make your own levels easily by updating levels.cpp
  • Any number/type of inputs and output
  • Lambda-based level-making
  • Enjoy!

TODO: Generate the levels.cpp as commented. UI strings exported with understandable names.

screenshot

Made using C++14, C++11 elements. Used parameter packing, tuples, dynamic compiling and linking (dlopen,dlsym), and many other high level things.

About

The Great CodeHunt Game in C++ for you baby

License:MIT License


Languages

Language:C++ 47.2%Language:C 20.9%Language:Makefile 16.2%Language:CMake 15.6%