All Projects → quackle → quackle

quackle / quackle

Licence: other
Quackle crossword game artificial intelligence and analysis tool

Programming Languages

C++
36643 projects - #6 most used programming language
common lisp
692 projects
perl
6916 projects
clojure
4091 projects
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to quackle

recrossable
crossword game with simplistic handwriting recognition and automatic generation of crosswords
Stars: ✭ 36 (-71.43%)
Mutual labels:  crossword, crossword-game
quality-requirements
Beispiele für Qualitätsanforderungen an Software (etwa: Zur Vereinfachung von ATAM-Analysen oder Quality-Driven Software Architecture)
Stars: ✭ 61 (-51.59%)
Mutual labels:  analysis
WELA
WELA (Windows Event Log Analyzer): The Swiss Army knife for Windows Event Logs! ゑ羅(ウェラ)
Stars: ✭ 442 (+250.79%)
Mutual labels:  analysis
SLAM Qt
My small SLAM simulator to study "SLAM for dummies"
Stars: ✭ 47 (-62.7%)
Mutual labels:  simulator
simple-playgrounds
Simulator for Reinforcement Learning and AI. 2D environments with physics and interactive entities. Agents with rich sensors and actuators.
Stars: ✭ 18 (-85.71%)
Mutual labels:  simulator
GymWorkoutManager
💪A functional Gym workout timer ❤️
Stars: ✭ 16 (-87.3%)
Mutual labels:  analysis
iBeacon-Android
iBeacon scanner and simulator - Android application example
Stars: ✭ 28 (-77.78%)
Mutual labels:  simulator
custom-bytecode-analyzer
Java bytecode analyzer customizable via JSON rules
Stars: ✭ 66 (-47.62%)
Mutual labels:  analysis
smram parse
System Management RAM analysis tool
Stars: ✭ 50 (-60.32%)
Mutual labels:  analysis
seapy
State Estimation and Analysis in Python
Stars: ✭ 25 (-80.16%)
Mutual labels:  analysis
reverse-engineering-the-hacker-news-ranking-algorithm
An analysis of historical Hacker News data to determine the ranking algorithm
Stars: ✭ 76 (-39.68%)
Mutual labels:  analysis
COVIDstats
COVID-19 Statistical Analysis Simulator App using R deployed on shinyapps.io a John Hopkins University COVID count clone and simulator
Stars: ✭ 13 (-89.68%)
Mutual labels:  simulator
sar2
Search and Rescue II. Helicopter flight simulator for Linux and OSX.
Stars: ✭ 20 (-84.13%)
Mutual labels:  simulator
graphstore
Fast in-memory graph structure, powering Gephi
Stars: ✭ 64 (-49.21%)
Mutual labels:  analysis
UnROOT.jl
Native Julia I/O package to work with CERN ROOT files
Stars: ✭ 52 (-58.73%)
Mutual labels:  analysis
name-needed
🕹 A one man effort to produce an open source, intuitive and high performance Dwarf Fortress-esque game. Needs a name.
Stars: ✭ 87 (-30.95%)
Mutual labels:  simulator
CarAiSimulator
Selfdriving car AI and a simulator to drive in
Stars: ✭ 15 (-88.1%)
Mutual labels:  simulator
particle
Package to deal with particles, the PDG particle data table, PDGIDs, etc.
Stars: ✭ 113 (-10.32%)
Mutual labels:  analysis
GlucoSym
GlucoSym is an open-source simulator aimed to help in the testing and development of insulin delivery automation systems.
Stars: ✭ 33 (-73.81%)
Mutual labels:  simulator
rmua19 ignition simulator
Gazebo Simulator for RoboMaster University AI Challenge 2019
Stars: ✭ 15 (-88.1%)
Mutual labels:  simulator

Quackle Icon

AppVeyor build status CI builds

Crossword game artificial intelligence and analysis tool.

See LICENSE in this directory.

Building Quackle:

Quackle runs automated GitHub CI builds on Qt 5.12 and 5.15, so it should work with any Qt version in that range. See README.MacOS and README.Windows for platform-specific instructions. Generally:

Clone the repo or download the tarball and untar. Use qmake to build quackle.pro and quackleio/quackleio.pro:

qmake quackle.pro && make
cd quackleio && qmake && make && cd ..

Finally, build the main binary.

cd quacker && qmake && make

The binary will build as 'Quackle'. It might be found in the quacker directory or in the release subdirectory.

File organization:

  • quackle/ - libquackle sources. libquackle is the engine, and can be linked to any convenient interface. It does not use Qt.
  • quackle/quackleio/ - I/O library for Quackle. Implements stuff for accessing dictionaries, serializing GCG files, etc. Also, command-line option handling. This does have some modest dependencies on Qt.
  • quackle/quacker/ - code for full Quackle UI. Written in Qt, and requires libquackleio and libquackle.
  • quackle/makeminidawg/ - standalone console program for building Quackle dictionaries.
  • quackle/makegaddag/ - standalone console program for building gaddag files.
  • quackle/data/ - lexicons, strategy files, and alphabet resources for Quackle. In this directory is libquackle. Run qmake and then run make in this directory. Then cd to quackle/quackleio/, run qmake, and then run make.

[email protected] [email protected] [email protected] [email protected]

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].