All Projects → revk → PuzzleBox

revk / PuzzleBox

Licence: GPL-3.0 license
Generate 3D puzzle box (OpenSCAD source)

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to PuzzleBox

Adpuzzleanimation
Inspired by Fabric - Answers animation. Allows to "build" given view with pieces. Allows to "destroy" given view into pieces
Stars: ✭ 123 (+33.7%)
Mutual labels:  puzzle
FrameOfReference
C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference
Stars: ✭ 36 (-60.87%)
Mutual labels:  gcc
gcc-cross-compiler
A script to cross-compile GCC toolchain for various target architectures.
Stars: ✭ 32 (-65.22%)
Mutual labels:  gcc
Cube Composer
A puzzle game inspired by functional programming
Stars: ✭ 1,845 (+1905.43%)
Mutual labels:  puzzle
Rush
Rush Hour puzzle goodies!
Stars: ✭ 233 (+153.26%)
Mutual labels:  puzzle
perses
Language-agnostic program reducer.
Stars: ✭ 57 (-38.04%)
Mutual labels:  gcc
Matchimals.fun
🦁 🃏 📱 An animal matching puzzle card game– built with turn-based game engine boardgame.io and React-Native + React-Native-Web
Stars: ✭ 101 (+9.78%)
Mutual labels:  puzzle
avast-ctf-cambridge-2018
🎖 A complete write-up of the Avast challenge given at Hack Cambridge 2018
Stars: ✭ 16 (-82.61%)
Mutual labels:  puzzle
xcross
"Zero Setup" cross-compilation for C/C++. Supports numerous architectures, build systems, C standard libraries, vcpkg, and Conan.
Stars: ✭ 29 (-68.48%)
Mutual labels:  gcc
build-gcc
Shell scripts to build various gcc cross-compilers (primarily djgpp)
Stars: ✭ 34 (-63.04%)
Mutual labels:  gcc
Antimine Android
Antimine is an open source minesweeper-like puzzle game.
Stars: ✭ 218 (+136.96%)
Mutual labels:  puzzle
Nodulus
Puzzle game with clever twists (Unity3d)
Stars: ✭ 232 (+152.17%)
Mutual labels:  puzzle
rtl2dot
C call graph generator
Stars: ✭ 48 (-47.83%)
Mutual labels:  gcc
Android Jigsaw Puzzle
Android app that allows you to draw anything and turn it into a jigsaw puzzle.
Stars: ✭ 139 (+51.09%)
Mutual labels:  puzzle
30secondchallenge
Inspired by the newspaper puzzle my wife's grandma tests me with each time I visit.
Stars: ✭ 19 (-79.35%)
Mutual labels:  puzzle
Vue Puzzle Vcode
vue 拼图人机验证 右滑拼图验证
Stars: ✭ 108 (+17.39%)
Mutual labels:  puzzle
sliding-puzzle
Sliding puzzle game implemented in Scala / Scala.js / JavaFX
Stars: ✭ 25 (-72.83%)
Mutual labels:  puzzle
open-spelling-bee
🐝 Terminal-based python clone of New York Times' puzzle game "Spelling Bee"
Stars: ✭ 38 (-58.7%)
Mutual labels:  puzzle
crackerjack
A collection of crackmes
Stars: ✭ 37 (-59.78%)
Mutual labels:  puzzle
pw
Best websites a Programmer should visit
Stars: ✭ 27 (-70.65%)
Mutual labels:  puzzle

Puzzle Box

Makes OpenSCAD file for a puzzle box

Has been tested on linux, you probably need libpopt-dev

As you will see from the Makefile, you will need popt development library. You also need gcc supporting _GNU_SOURCE for strdupa() and asprintf()

And, for the avoidance of doubt, obviously, this is normally built using "make"

When built, use --help for options, or see https://www.me.uk/puzzlebox

On macOS, this requires gcc, so "brew install gcc", then should make with no problem.

(c) Copyright 2019 Adrian Kennard. See LICENSE file (GPL)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].