All puzzlescript games by site.author are listed here.

## Best games
site.author is particularly proud of these games; plus each has been commented quite positively and shared often. 
[starkoban] is the most recent, [unlucky-unlock] the oldest. The cutest is [burokku-konekuta] and the most unusual [pmgrp]. Finally, [tiaradventur] is a long and epic puzzle adventure!

${
	PuzzlescriptGamesl=function(slugs){
		return Sectionl({
			Source:PuzzlescriptCMS,
			Orderer:PageElapsedDays,
			Iteml:page=>Cardl(PageSizeCardo({...page,imagefolder:"images"},180)),
			OuterWrapper:(content)=>SectionContainerl(content,ContainerRowl),
			InnerWrapper:(latest)=>`${latest}`,
			Sieve:function(page){return PageUnfutured(page)&&In(slugs,Evaluate(page.slug)
			)}
		})
	},
	PuzzlescriptGamesl([
		"tiaradventur",
		"burokku-konekuta",
		"starkoban",
		"unlucky-unlock",
		"pmgrp"
	])
}

## Unusual games
Simple and short games that explore some //unusual ideas//. 
If you're in a hurry, pick [hastefulll] //right now//. Otherwise, take your time to contemplate the abstract art in [abxtract-tractx]. 

${
	PuzzlescriptGamesl([
		"hastefulll",
		"abxtract-tractx",
		"skilleblokker",
		"whirlpuzzle"
	])
}

## Long games
Games that turned out very long and //harshly //difficult. Very few people managed to beat them, as attested by the [hall-of-fame]. Still, you //could// be one of them.
${
	PuzzlescriptGamesl([
		"gravirinth",
		"platformer-template",
	])
}

## Stepping stones
Prototypes and games that on hindsight are //not great//, but were important learning milestones for site.author.

${
	PuzzlescriptGamesl([
		"strata-hedges",
		"blockworks",
		"tetrastrophe",
		])
}

## Collaborations
- site.author has been involved with the [Thinky Collective].
- @JackLance's superb [ENIGMASH|https://jacklance.github.io/PuzzleScript/play.html?p=cfdcc6e23f1fb3e9de2fd42fafaf4d4c] has a light blue section styled after //burokku konekuta//.


## Related projects

images/hall-of-fame.svg ((small))						The [Hall of Fame] lists those who publicly won those games, since March 2018.
images/game-bar.svg ((small))							The [game bar], used in all site.author's games, addes features such as a //level selector, fullscreen, background music and a hint system//  to +16 additional games.
images/selected-puzzlescript-games.svg ((small))		A curated list of [selected games|selected-games], site.author's favourites, 2014--2022
images/game-tools.svg ((small))							An extensive [puzzlescript game tools|tools] reference. 
images/puzzlescript-games-database.svg ((small))		The complete [puzzlescript games database|database] was compiled, 2014--2021
images/puzzlescript-sounds-180.png ((small))			A small [database of puzzlescript sounds|sounds] was made in 2022, with/for the community.

There are some [lessons learned|../11-lessons-from-11-games] from this [game-making journey|../a-game-making-journey].




## Changes
**2024-09-02** The page is now loading again and was expanded to act as a complete hub (@DavidBennett)