Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Personal SpaceView game page

Respect others personal space.
Submitted by ADITYA ⋈ SAH (@aditya_n_sah) — 4 hours, 11 minutes before the deadline
Add to collection

Play game

Personal Space's itch.io page

Results

CriteriaRankScore*Raw Score
Fun#14.1674.167
Overall#23.4723.472
Mechanics#23.5003.500
Audio#23.5003.500
Originality#63.1673.167
Bug Free#73.3333.333
Theme#123.1673.167

Ranked from 6 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

game is super fun but there can be more bug fixing, I dont know if it is mechanic or bug but after few dieing in one level enemyes are broken they're glitching and crashing , but great idea, good job

Developer

This bug only happening in the WebGL build. Either my build settings are wrong or something is wrong with unity's export system, probably the latter(cause it plays fine sometimes).

Should I remove the WebGL build?

Anyway thanks for playing my game!

Developer(+1)
private GameObject Level;
private IEnumerator LoadLevel(int i)
    {
        .
        .
        .
        Destroy(Level);
        .
        .
        .
        Level = Instantiate(Resources.Load<gameobject>("L/L" + i), transform.position, Quaternion.identity);
        .
        .
        .
    }

This is what's actually happening behind the scenes.

Like the game could use a bit more polish and  bug fixes overall nice game

Submitted(+1)

This was a really fun puzzle game! Not sure if it's intentional, but you can pass a lot of stages by hugging the walls~

Developer(+1)

I wanted to keep the game easy for everyone to finish, so yeah it was kinda intentional.

Submitted(+1)


It´s normal? :D .. very nice game. simple and fanny.

Developer

No it's not supposed to happen xD

Is this the Web GL build?

Submitted

Good game.

Submitted (2 edits) (+1)

Amazing! I love the effect while moving the player and the non player characters. Please keep working on this game!

Developer

Thanks for the appreciation and playing my game.