Tutorials

Get Started with Video Guides

Introductory videos to help you get started with the Wearable Learning platform.

	<div class="card-grid">
		<div class="card">
			<h3>Game Player</h3>
			<p>Learn how to use the Game Player mode to play games in WLCP.</p>
			<a href="https://www.youtube.com/watch?v=_XqNMCZ1cFU" target="_blank" class="btn btn-outline mt-4"
				style="color: var(--color-primary); border-color: var(--color-primary);">Watch Tutorial →</a>
		</div>

		<div class="card">
			<h3>Game Manager</h3>
			<p>Learn how to set up games for others to play using Game Manager mode.</p>
			<a href="https://www.youtube.com/watch?v=a8mtf0RvodI" target="_blank" class="btn btn-outline mt-4"
				style="color: var(--color-primary); border-color: var(--color-primary);">Watch Tutorial →</a>
		</div>

		<div class="card">
			<h3>Creating Games</h3>
			<p>Learn how to create and save your own games from scratch.</p>
			<a href="https://www.youtube.com/watch?v=ZLF8THjPzbM" target="_blank" class="btn btn-outline mt-4"
				style="color: var(--color-primary); border-color: var(--color-primary);">Watch Tutorial →</a>
		</div>
	</div>
</div>