Done for the P3 (Project 3) subject during our third year at UCM Madrid (university)
- Diego Baratto - DiegoBV
[email protected]
- Juan Barea - JuBarea
[email protected]
- Lluis Cañellas - LluisCS
[email protected]
- Diego Mateos - dimateos
[email protected]
- Jorge Rodríguez - jorgerodrigar
[email protected]
- Gonzalo Sanz - gonzsa04
[email protected]
A fast paced 3d bullethell with mokeys
Holy Spoons is a fast-paced arena shooter in which you'll have to survive endless rounds of challenging enemies to achive a high score and save the world. Featuring 3 diferent worlds with several different enemies and champions variations and a Rogue-like upgrade system.
sweet jojoffline leaderboard (name wrote at
/user/config.json
)
You can edit them + some options at /user/config.json
{
"name": "Paco",
"controls": [
{ "FORWARD": "w" }, #movement
{ "BACKWARD": "s" },
{ "LEFT": "a" },
{ "RIGHT": "d" },
{ "FIRST": "1" }, #weapons
{ "SECOND": "2" },
{ "THIRD": "3" },
{ "PAUSE": "p" }, #actions
{ "JUMP": "space" },
{ "RUN": "shift" }
],
"camera": [
{ "cam_fovY": 90.00 }, #sens + shoot w/ left mouse
{ "cam_sensX": 1.25 },
{ "cam_sensY": 1.25 }
],
"holding": [
{ "hold_zoom": true }, #toggling options
{ "hold_sprint": true }
],
"sound": [
{ "sound_music": 1.0 }, #audio (actually not implemented in the end)
{ "sound_sfx": 1.0 }
],
"appConfigPath": "./Assets/globalCFG.json" #dev stuff
}
At /hitos
you can check all the pdf documents and our milestones presentations we had to make.
- You also got architecture, design and pitch docs, etc...