All Projects → oitofelix → Mininim

oitofelix / Mininim

Licence: gpl-3.0
The Advanced Prince of Persia Engine (a childhood dream)

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Mininim

Etlegacy
ET: Legacy is an open source project based on the code of Wolfenstein: Enemy Territory which was released in 2010 under the terms of the GPLv3 license.
Stars: ✭ 212 (+81.2%)
Mutual labels:  game, macosx
Libgdx
Desktop/Android/HTML5/iOS Java game development framework
Stars: ✭ 19,420 (+16498.29%)
Mutual labels:  game, macosx
Freeorion
Source code repository of the FreeOrion project.
Stars: ✭ 507 (+333.33%)
Mutual labels:  game, macosx
Trw
The Royal Wedding – coffebreak roguelike with story, lighting, zombies and (sometimes) lutefisk!
Stars: ✭ 113 (-3.42%)
Mutual labels:  game
Mmo Server
Distributed Java game server, including login, gateway, game demo
Stars: ✭ 114 (-2.56%)
Mutual labels:  game
Lba2remake
A Little Big Adventure 2 / Twinsen's Odyssey reimplementation in JavaScript / Three.js / React
Stars: ✭ 116 (-0.85%)
Mutual labels:  game
Hanabi Live
A web server that allows people to play Hanab, a cooperative card game of logic and reasoning.
Stars: ✭ 116 (-0.85%)
Mutual labels:  game
Boohu
Break Out Of Hareka's Underground, a roguelike game.
Stars: ✭ 112 (-4.27%)
Mutual labels:  game
Game Ddz
♦️ 使用Hyperf框架开发斗地主游戏
Stars: ✭ 116 (-0.85%)
Mutual labels:  game
Dunai
Classic and Arrowized Functional Reactive Programming, Reactive Programming, and Stream programming, all via Monadic Stream Functions
Stars: ✭ 115 (-1.71%)
Mutual labels:  game
Sleeping Beauty
Sleeping Beauty: a game created for the 7-day Roguelike 2014 challenge. Coffeebreak length.
Stars: ✭ 115 (-1.71%)
Mutual labels:  game
Powerup Android
PowerUp is an educational choose-your-own-adventure game that utilizes a users uploaded curriculum to empower pre-adolescents to take charge of their reproductive health. This is the Android version of the game.
Stars: ✭ 114 (-2.56%)
Mutual labels:  game
Scala Game Library
Scala library for cross-platform 2D game development
Stars: ✭ 116 (-0.85%)
Mutual labels:  game
Macos Patcher
Command line tool for running macOS on unsupported Macs
Stars: ✭ 114 (-2.56%)
Mutual labels:  macosx
Awesome Macos Command Line Zh
用你的 macOS 终端搞事情。(Use your macOS terminal shell to do awesome things. )
Stars: ✭ 117 (+0%)
Mutual labels:  macosx
Owl Bt
owl-bt is editor for Behavior trees. It has been inspired by Unreal engine behavior trees in a way, that it supports special node items like decorators and services. This makes trees smaller and much more readable.
Stars: ✭ 112 (-4.27%)
Mutual labels:  game
Pycraft
A Minecraft-inspired game for the terminal
Stars: ✭ 116 (-0.85%)
Mutual labels:  game
Openmmo
OpenMMO - Groundwork
Stars: ✭ 115 (-1.71%)
Mutual labels:  game
Hmiyc
Hunt Me If You Can is an UnrealEngine4 Battle Lan Game
Stars: ✭ 114 (-2.56%)
Mutual labels:  game
Cboe
Classic Blades of Exile
Stars: ✭ 115 (-1.71%)
Mutual labels:  game

MININIM

The Advanced Prince of Persia Engine (a childhood dream)

MININIM

Building

To build MININIM from this Git repository you'll need to have installed in your machine Automake, Autoconf, GCC, GNU Make, gnulib, CMake, Lua 5.0, Readline and MININIM's fork of Allegro. For apt based GNU/Linux distributions (Ubuntu, Debian, ...):

sudo apt-get remove liballegro5-dev liballegro-image5-dev \
  liballegro-audio5-dev liballegro-acodec5-dev liballegro-dialog5-dev
sudo apt-get install automake autoconf gcc make gnulib cmake lua50 \
  liblua50-dev liblualib50-dev libreadline-dev
sudo apt-get build-dep allegro5
git clone https://github.com/oitofelix/allegro5.git
cd allegro5
cmake
make
sudo make install
cd ..
git clone https://github.com/oitofelix/mininim.git
cd mininim
./bootstrap
./configure LUA_LIB="-llua50 -llualib50"
make
./mininim

To build MININIM's documentation you'll need Texinfo, TeX Live and help2man. For apt based distributions:

sudo apt-get install texinfo texlive texlive-generic-recommended \
  help2man
cd mininim/doc
make mininim.pdf
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].