• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Asset - Scripts TMC Linked List

I

icuurd12b42

Guest


TMC Linked List

Outputs: GML Based, Should be compatible with all outputs

Type: Scripts

Included: Scripts, Feature Test Scripts, Looping Examples.

Asset Store: https://marketplace....tmc-linked-list

Description:

This series of script allows you to add linked list capabilities to your project

The system is a doubly linked list by default but can serve as a on direction (simple) linked list as well

Example code also demonstrates circular linked list abilities

Features:
  • Doubly linked list
  • Linked list
  • Circular Linked List
  • Minimalist implementation
  • Nodes or Items are independent of each other
  • Link and unlink functions to set up linked list chains
Screen Shots:

 
Last edited by a moderator:
Top