https://github.com/sandsmark/droidbattles
A programming game, where you program bots in assembly.
https://github.com/sandsmark/droidbattles
Last synced: 8 months ago
JSON representation
A programming game, where you program bots in assembly.
- Host: GitHub
- URL: https://github.com/sandsmark/droidbattles
- Owner: sandsmark
- License: gpl-2.0
- Created: 2011-10-11T13:03:26.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T05:21:59.000Z (almost 7 years ago)
- Last Synced: 2025-07-20T11:47:40.105Z (11 months ago)
- Language: C++
- Homepage:
- Size: 2.28 MB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
droidbattles
============

Building
========
To build on Linux, run qmake && make after installing the relevant Qt packages and a C++ compiler.
On Arch Linux; `pacman -S gcc qt5-base`.
On Fedora; `dnf install make gcc-c++ qt-devel`.
On Debian; `apt install make g++ qt5base-dev`.
On macOS using the official Qt SDK package is probably the easiest: https://download.qt.io/archive/qt/5.10/5.10.1/qt-opensource-mac-x64-5.10.1.dmg