Skip to content

by NapTime Studios - a fast paced 3d bullethell with mokeys 🐵

Notifications You must be signed in to change notification settings

dimateos/UCM-VG-3-HolySpoons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Holy Spoons | web | video | download

title

Please go ahead and check out:

NapTime Studios

Done for the P3 (Project 3) subject during our third year at UCM Madrid (university)

logo

  • Diego Baratto - DiegoBV dbaratto@ucm.es
  • Juan Barea - JuBarea ​jubarea@ucm.es
  • Lluis Cañellas - LluisCS ​​lluiscan@ucm.es
  • Diego Mateos - dimateos dimateos@ucm.es
  • Jorge Rodríguez - jorgerodrigar jorger09@ucm.es
  • Gonzalo Sanz - gonzsa04 gonzsa04@ucm.es

Dependencies (made with)

Gameplay

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.

gameplay

Levels

levels

Enemies

enemies

Guns

weapons

Power Ups

powerups

Leader board

sweet jojoffline leaderboard (name wrote at /user/config.json)

leaderb

Controls

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
}

Documentation (in Spanish)

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