Skip to main content

Games like Eliminate Ugly Mugs

Looking for games like Eliminate Ugly Mugs? Here are top action recommendations, selected from player-similarity data — start with Username/Password Verification System in Unity, Darkness is comming or JezzBall Classic.

Change display type

Skip Platform filter

Skip Play Mode filter

Skip Price filter
  • Username/Password Verification System in Unity Creating a secure and efficient username/password verification system is crucial for any application that deals with user accounts. Unity, often used for game development, provides a variety of UI components that make building a login system relatively straightforward. In this article, we’ll go step-by-step through the process of creating a simple use…

    View Game
    View Game
  • In this dark fantasy game, you play as a warrior striving to hold back the encroaching Darkness. Despite your best efforts, hope is fleeting, and the odds are stacked against you. Luckily, Goddes is helping you, but even then, is it even possible to beat Darkness?Update: Unfortunately, even though I said I would continue this project, I don't think I'll be able to create what I wanted with it. Th…

    View Game
    View Game
  • 38%Game Brain Score
    46% User Score Based on 8 reviews

    JezzBall Classic was created to be just like how the original JezzBall was 25 years ago! The graphics, the sound, the scoring, the physics, the tempo... they are all the same as they were in the original. Of course there are improvements as well; for example there's a much higher frame rate and fixed glitches. Plus a lot of bonus stuff, such as new game modes! Gameplay: In JezzBall there are a …

    View Game
    View Game
  • A remake of a hyper casual game with Unity. Game Features:   Stack Ball is a 3d arcade game where players smash, bump and bounce through revolving helix platforms to reach the end. - Simple and easy to pick-up - Great time killer Your ball smashes like a brick through colorful platforms that block its descent, but if you hit a black one, it's all over! Your ball shatters to pieces and you have to …

    View Game
    View Game
  • Simple Menu System for Unity Engine include with ui tweening animation. This tool inspired from Unite Europe 2017 video about building a menu system. How To : Create new page class Create new Page class and inherit from BasePage or  Page. BasePage class have its own default Show and Hide method without parameter. You can inherit from Page if y…

    View Game
    View Game
  • 55%Game Brain Score
    music
    gameplay, story
    80% User Score Based on 20 reviews

    Sci-fi Tower Defense real-time strategy with pleasant adaptive music. Play as a commander of a space station which got stuck in a time anomaly.

    View Game
    View Game
  • 92%Game Brain Score
    music, gameplay
    stability
    94% User Score Based on 49 reviews

    Otteretto is a puzzle game centered around creating palindromes, with a focus on otters. It features five game modes: Classic, where you reach score goals; The Daily Stack, a daily global competition; Puzzle, using logic to turn squares into a palindrome; Containment, preventing overflow with added squares; and Walls, navigating impassable barriers. Consult the FVGD accessibility report for additional information.

    View Game
    View Game
  • This project combines Project 1, 2, and 3 individually, and makes them all accessible via a main menu. This project also organizes all the files more appropriately per project, as all three projects were included in the Unity file. The primary fixes for this project were the flow diagrams submitted as part of the previous projects' deliverables. All features in Project 4 are as follows: 1. Destr…

    View Game
    View Game
  • Scratch effect -  using System.Collections; using System.Collections.Generic; using UnityEngine; public class scratchcardeffect : MonoBehaviour {        public GameObject maskprefab;     private bool isPressed = false;     // Update is called once per frame     void Update() {         var mousePos = Input.mousePosition;         mousePos.z = 3;         mousePos = Camera.main.ScreenToWorldPoint (mou…

    View Game
    View Game
  • Discord https://discord.gg/Ps46KwWhuX Board *Note that there is now an in game tutorial that explains how the 2D representation of the 4D board in 4D chess is interpreted. The game board is a 4x4x4x4 tesseract; however, the entire board is represented in 2 dimensions by displaying 16 4x4 square slices of 4 4x4x4 cube slices of the 4x4x4x4 tesseract. Piece movement *Note that there is now an …

    View Game
    View Game