Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

dan.wiltshire

38
Posts
1
Topics
12
Followers
12
Following
A member registered Jan 31, 2021 · View creator page →

Creator of

Recent community posts

This is the script I used to throw chairs if this helps anyone :) 


public class WeaponManager : MonoBehaviour

{

    public GameObject[] weapons;

    public Transform spawnPoint;

    public GameObject currentWeapon;

    public bool isHandEmpty;

    public bool canThrow;

    public int weaponAmount;

    public float weaponCooldown;

    public Text weaponTextAmount;

    // Start is called before the first frame update

    void Start()

    {

        isHandEmpty = true;

        SpawnWeapon();

    }

    // Update is called once per frame

    void Update()

    {

        weaponTextAmount.text = "Weapons left: " + weaponAmount.ToString();

        if (weaponAmount <= 1)

        {

            canThrow = false;

        }

        else if (weaponAmount >= 2)

        {

            canThrow = true;

        }

        if (Input.GetKey(PlayerControls.Throw))

        {

            if (canThrow == true && isHandEmpty == false)

            {

                currentWeapon.transform.parent = null;

                currentWeapon.GetComponent<WrestlerWeapon>().ThrowWeapon();

                currentWeapon = null;

                StartCoroutine(spawningWeapon());

                isHandEmpty = true;

                weaponAmount--;

            }

        }

    }

    public void SpawnWeapon()

    {

        if (isHandEmpty == true)

        {

            GameObject spawnedWeapon = Instantiate(weapons[Random.Range(0, weapons.Length)], spawnPoint.position, spawnPoint.rotation);

            currentWeapon = spawnedWeapon;

            currentWeapon.transform.parent = spawnPoint.transform;

            isHandEmpty = false;

        }

    }

    IEnumerator spawningWeapon()

    {

        yield return new WaitForSeconds(weaponCooldown);

        SpawnWeapon();

    }

}

Polished model, could be nice to get context to the game it would be in

Good GDD could use images to explain the concept in more detail 

solid concept but needs images

good concept I can definitely see this as a part of a bigger game, the audio killed me

Liked the character design reminded me of the Tracy beaker books in style, like the context of the game maybe some more info could help

Loved the GDD, can honestly see this being a great game in the world of TikTok! The characters are great.

Loved the style of the game, audio could defo need improvement but I could see a whole puzzle game like this and I'd love to see more!

simple but satisfying, I can see the concept clearly (could be overcooked like)

The style is awesome and the little notes are great, I loved a lil help line, very clear concept

Great concept art, alien escque with it looking somewhat natural, some more info on the game could be great!

(1 edit)

To be eligible for this jam you must be a student or graduate.

Security Officer Simulator 

Welcome to your new job as a security officer! In this training game please remove bombs from civilians with your branded security officer magnet. You will have a small time limit to identify and remove the bomb from civilians but be careful to not remove any other items. 

Controls

Left Click - Interact 

High scores

Please enter a name (under 8 characters), use this same name to overwrite your lowest score. Any duplicate or same names will be removed from the scoreboard so use a name as unique as possible like: Dan0120

Player 1 is E and O for player 2

The art style is amazing!!! It really pulled it to another level!! The simple concept is fun enough to be replayed constantly. I did put my hand through the wall but it was worth the price!

Love the concept excited to see more, only problem is the player but i think its clear that it is getting updated. Very excited for more!

Loved the intro, nice bit of story to get into. Love the wizard dude and his audio. The art style is so nostalgic i love it, reminds me of the old sims games on PC. Cool menu concept but maybe add tool tip to help the player

I like the cats. Confused how to get more money. Real great start to the game!

I won't lie I was sometimes too scared to play the game, in that case you've made an excellent game 

https://drive.google.com/file/d/11nI_cYfV9VGUIHkqRyC8Vm1j-vEeBRIr/view?usp=sharing - Link to the game is here

Fun seeing boxes move about, maybe some audio

Fun mechanics maybe some more assets

Masterpiece, so polished like a full game its crazy you only did this in a week!!!

I love flicking the people XD It was very fun game 

Fun game, portal vibes, controls need work 

I loved the audio gameplay very very unique, maybe some more instructions at the beginning otherwise loved the little character

I liked the dinos was a bit confused about the blob running through maybe add more assets to the game like a nice background

Powerful game of snap, nice amount of feedback. Was very enjoyable maybe some more pairs otherwise fun game

This game was so so good. I wanted more!!! The audio was sweet! The only problem i had was a collider by the fish market place but the rest was amazing!!

Love the really picture aspect, seemed a bit difficult without visuals to tell me if i was playing it right or wrong 

Fun Characters, great audio work, characters turning up in background might be fun 

I liked the chaos, my character started to jump through walls though hopefully that means extra points!!! 

Fun game requires a lot of brain power, I loved it when the colours and shapes started changing to make it more challenging. It would be nice to have an interlude between an amount of levels so i could play more of it.

Loved the game, the panic it made me have was fun and i don't think any of my drawings were good but it was all fun. I think some times the percentage punished me for missing a bit but had a lot of fun!!

I really liked the bomb animation and the idea of leveling which is shown at the beginning is very cool. I was slightly confused how the game worked but found it out. Would definitely play more levels if they were available 

Loved the game, i enjoy the random spread of spots and the music, would only ask for a face in the background so i can watch myself cause some pain