Skip to content

Feenposhleen/js13k23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sails!

You are an aspiring trader, fighting against the clock to make sweet, sweet deals. This game is a submission to the 2023 edition of the js13k competition. The theme was "13th century".

Tech

The game renders vector sprites onto a 2D canvas. The sprite engine allows to connect behaviors to sprites (like an ultra light ECS). The most novel thing is the custom vector sprite format and the editor that allows you edit it (found in the /dev folder). The vector sprite format simply concatenates polygon point data and colors into a single array, to save space compared to using SVGs or similar.

Bunding

Bundling and processing simply consists of concatenating all the .js files in /src (hence the naming of those), running the result through Closure Compiler, and then inserting the resulting code into the template file at the root of the project along with the CSS. The final artifact is a single index.html that has everything built in.

About

Sails! - submission to js13k 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published