This is the repository for our video game Wizard Wars that is heavily inspired by (or a straight up clone of) Magicka: Wizard Wars. The game will be implemented using the fantastic game library Allegro, which is provided free for us to use. Please note that Allegro is a low-ish level library as opposed to a game engine, so there is less stuff to learn and more leeway for us to create the game as we like.
Please do this tutorial
Please also read this AND always implement all drawing stuff with the streched buffer method.
Notice that the files main
and game
are in .gitignore, remove if required.
- Olavi Äikäs, OlaviAikas (or Oulawi sometimes), [Project leader]
- Mihails Valtusovs, valtusovs, [Git master]
- Paul Balavoine, paulbalavoine, [Organisation master]
- Ashish Nayak, anayak99, [IDE Leader]
- Seorim Park, seorimpark
- Damien Briens, DamienBriens
- Uranchimeg Zamidii, uranchimegz
- Johannes Kunz, johannes-kunz
- Wanqi Hong, Wanqi77
- Yasamin Jalalian, yasamin.jln
- Ruiyao Jiang, Xtraordinaire9911
- Chloe Semaan, chloe-semaan
- Joci Chen, jocichen
- Paul
- Johannes
- Ruiyao
- Damien
- Chloe
- Olavi
- Mihails
- Yasamin
- Seorim
- Wanqi
link to the google sheet : https://docs.google.com/spreadsheets/d/1U292Xuc60-sqPbSf0No7_KN3GhcqFwKOEsrraRNXdxw/edit?usp=sharing
- Ashish
- Joci
- Uranchimeg
- Install allegro5 to run the game:
- Link describing how to get it:https://wiki.allegro.cc/index.php?title=Install_Allegro5_From_Git/Linux/Debian#Install_Allegro_5_from_Git_on_Debian
- From homebrew for mac users (type ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)) on the terminal)
- Install boost for the server:
- Link describing how to get it:https://www.boost.org/doc/libs/1_61_0/more/getting_started/unix-variants.html
- From homebrew for mac users (type brew install boost)
- Clone this git repository
- On the terminal write:
- make for linux
- make mac for mac users
- Then, write ./game to run the game