smileyface12349 / warwick-game-jam-2023

The Great Warwick Game Jam is a 2-week long game jam ran by the Department of Computer Science at the University of Warwick.
GNU General Public License v3.0
4 stars 0 forks source link

Trains and Tracks #4

Closed smileyface12349 closed 1 year ago

smileyface12349 commented 1 year ago

Make the train move slowly over the track, and make it follow the track around bends. Include assets.

beanrob commented 1 year ago

Silly little checklist:

smileyface12349 commented 1 year ago

To make the train move, use a list of waypoints. Then just follow the waypoints in order. Some waypoints will be part of the level, others will be generated dynamically with the equations but you can just assume that you'll have a list of waypoints.

Will need to:

smileyface12349 commented 1 year ago

Closing this as I have just made #12 which duplicates this one