Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Denys Shust

125
Posts
3
Topics
17
Followers
49
Following
A member registered Oct 10, 2021 · View creator page →

Creator of

Recent community posts

Cool, but have you tried my 1D game :D ?

Awesome tool !

Oh, no. There is a really bad bug in the game. When I fell off the map with characters, and than I restart the scene, their acceleration and velocity remains the same, they keep falling down, passing through the floor.

(1 edit)

If you type a large number to hours it behaves weirdly. The timer itself do not even starts. But this is a nice tool overall !

Well done :)
I have completed it with joy

Great !

Beautiful !
But... it lags too much, and highscore does not save

Can't run the game (

It says that some data is missing

This is EXTREMELY AWESOME

A masterpiece as always !

Please, unhook the camera from the player, make it smoothly follow the player.
The script for the Camera :

using System.Collections;

using System.Collections.Generic;

using UnityEngine;

public class CameraFollow : MonoBehaviour

{

    [SerializeField] private Vector3 offset;

    [SerializeField] private Transform target;

    [SerializeField] private float translateSpeed;

    [SerializeField] private float rotateSpeed;

    private void FixedUpdate()

    {

        HandleRotation();

        HandleTranslation();

    }

    private void HandleTranslation()

    {

        var targetPosition = target.TransformPoint(offset);

        transform.position = Vector3.Lerp(transform.position, targetPosition, translateSpeed * Time.deltaTime);

    }

    private void HandleRotation()

    {

        var direction = target.position - transform.position;

        var rotation = Quaternion.LookRotation(direction, Vector3.up);

        transform.rotation = Quaternion.Lerp(transform.rotation, rotation, rotateSpeed * Time.deltaTime);

    }

}

I LOVE IT !

AI in my game "Super Puper Racing" uses waypoints following technique as the player in your game. :D

Ok. I get 247, died, but still continued earning points !! LMAO. Good game !

Minimalist, entertaining, complete. Bravo !

Thanks ! Everything is clear now 😉

(1 edit)

A masterpiece ! I definitely love it. The game is well balanced, entertaining and funny. MAKE MORE LEVELS 🤩

Amazing game !
Visuals are HOT. Love it

(1 edit)

In TriJam`s HALL OF FAME the winner of 161 jam is Multiverse Runner, BUT when i look to real jam rating i saw, that the winner is I HOPE YOU LIKE PINK. The game Multiverse Runner is on the 5-th place... WTF ? :D

869 is my record. Amazing !
But, the game resolution doesn't fit my screen properly

(1 edit)

Thank you. Pray for our lives

Great hyper-cash game. Make it for Android/IOS

I completed it, but there are no winning or losing labels (

Hmm... my eyes are bleeding, so this is a great game :D

Amazing !

Beautiful )

(1 edit)

AMAZING ! My best is 10 lvls :D

Thanks, friend. Minecraft screenshots were added temporary. I am going to delete them right now.
This game will have some severe changes, including gameplay mechanics. 

This game would have more content and would be more developed if fascist russia had not attacked my peaceful Ukraine. Our cities are being bombed, civilians are being shot at, people are dying from humanitarian catastrophes. russian soldiers are fucking terrorists, russian authorities are liars and murderers.

I am currently sitting in bomb shelter with my family, we are scared.

Great game! Unique and exciting card mechanics. Love it! 💖 Twice tried to finish ... so far failed 😁

Thanks, I thought it was Photon but was not sure

Hello, my friend :D
Can you tell me what tools and technologies did you used to make multiplayer ???

I am currently making online painting game using SQL DataBase hosted on the server... but it is not so good )

It works ! But... what should we do here ?

The game is really tough, but the difficulty may depend on the characteristics of the laptop / PC. I'm still checking it out.

Oh, thanks ! Yeah, it is lacking of decorations

Sehr gutes Spiel !

Super !

Cool !

79029 ! Great Game !

Love it`s Visual style !