X Tutup
Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
#[derive(Amazing, Game)]
enum WordsIWouldUseToDescribeThis {
    Clever,
    Inspiring,
    LeftMeWantingMore,
}
fn first_playthrough() {
    let characters_used = 2504;
    let time_taken = "34:18.577";
    let mut easter_eggs_found = 1;
    println!("thank you for making this!");
}
X Tutup