An OversimplifiedJS game for the 2016 LowRez Jam (https://itch.io/jam/lowrezjam2016) https://alamantus.itch.io/trade-winds
Go to file
Robbie Antenesse ce19d757df Added a way to find a point in front of the ship. 2016-04-08 07:52:28 -06:00
images Fixed some island stuff (All GameObjects MUST HAVE at least 1 animation) and took a screenshot. 2016-04-07 13:19:22 -06:00
prefabs Added a way to find a point in front of the ship. 2016-04-08 07:52:28 -06:00
rooms Added energy consumption and display, updated Ship prefab to use the new Oversimplified.GameObject.SimpleMove() to stop if crashed. 2016-04-07 18:20:23 -06:00
Oversimplified.js Added Oversimplified.GameObjectsAtPoint() to return a list of all objects overlapping with a point, altered Oversimplified.CollisionAtPoint() to use Oversimpified.GameObjectsAtPoint() to reduce code. 2016-04-08 07:33:11 -06:00
README.md Initial commit 2016-04-04 15:45:57 -06:00
index.html Initial commit, no data is really correct. 2016-04-04 17:10:40 -06:00
loadControls.js Setting up island economy functions. 2016-04-08 00:19:55 -06:00
loadGameManager.js Added Economy variables and functions. 2016-04-07 18:17:45 -06:00
loadPrefabs.js Added ocean prefab, referenced wave prefab. 2016-04-05 16:51:51 -06:00
loadRooms.js Added seamless transitions on the map, shrank Ocean room to allow making an in-game map. 2016-04-07 12:26:36 -06:00
start.js Fixed some little things. 2016-04-07 12:24:16 -06:00

README.md

LowRez-Jam-2016

An OversimplifiedJS game for the 2016 LowRez Jam (https://itch.io/jam/lowrezjam2016)