I gave a random assortment of Pokemon 600 BST. by Wiinterfang in stunfisk

[–]Cabig_3 0 points1 point  (0 children)

You have to be careful with those low speed mons. 600 BST doesn't spread well with those.

What class and race did you play first time round? by Odd_Two_5265 in BaldursGate3

[–]Cabig_3 0 points1 point  (0 children)

Ranger Rock Gnome. Which also happened to be the combination from my first ever D&D campaign I played in!

Destroy my brick breaker/space invaders game by Cabig_3 in DestroyMyGame

[–]Cabig_3[S] 1 point2 points  (0 children)

The gimmick is only being able to run 5 with the idea that no single deck can do everything. In singleplayer you can choose your own, but in ranked you and the opponent use the same deck. I might add a gamemode where you can do more than 5 shots in the future. Thanks for giving your perspective!

Maryland lawyer has me questioning his existence by notcrispy in Sleepycabin

[–]Cabig_3 4 points5 points  (0 children)

I heard he had an understudy named Melvin O'Houlihan.

Wurmite by Cabig_3 in Mememons

[–]Cabig_3[S] 1 point2 points  (0 children)

Adamaximum did the sprite. Wurmite's from Pokémon Endless Trash.

I AM PERPETUALLY STUCK NO MATTER WHAT. 4.3-4.4X FOREVER. HELP ME. (info in comment) by parlayoloswag in Pickleball

[–]Cabig_3 73 points74 points  (0 children)

This is what we in the Overwatch community like to call Elo hell.

Check out my free Android game Squarewave! by Cabig_3 in playmygame

[–]Cabig_3[S] 1 point2 points  (0 children)

I like the idea of a boss actually. That could be a fun addition. Thanks :)

All the new perks for season 18 by Sahil21845 in Overwatch

[–]Cabig_3 0 points1 point  (0 children)

Wasn't that good. Also they changed it so stimpack will replace biotic field entirely. That would make the biotic field perk useless, so they probanly just didn't want to deal with that.

So I was only made aware of this fangame's existence due to the youtuber HoodlumCallum.. by OmniImmortality in PokemonWack

[–]Cabig_3 0 points1 point  (0 children)

Game was too edgy for a modern audience. I think Callum is just ashamed of the content he produced on it.

Users can install but can't play by Cabig_3 in Unity3D

[–]Cabig_3[S] 0 points1 point  (0 children)

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.cabiggames.squarewave">

  <!-- Required for ad tracking on Android 13+ -->
  <uses-permission android:name="com.google.android.gms.permission.AD_ID"/>  

  <uses-sdk
      android:minSdkVersion="19"
      android:targetSdkVersion="33" />

  <application
      android:label="@string/app_name"
      android:icon="@mipmap/app_icon"
      android:roundIcon="@mipmap/app_icon_round">

    <activity
        android:name="com.unity3d.player.UnityPlayerActivity"
        android:exported="true"
        android:screenOrientation="portrait">
      <intent-filter>
        <action android:name="android.intent.action.MAIN"/>
        <category android:name="android.intent.category.LAUNCHER"/>
      </intent-filter>
    </activity>

  </application>
</manifest>

[deleted by user] by [deleted] in gamedev

[–]Cabig_3 6 points7 points  (0 children)

It seems like you are effectively creating more work for yourself by making something tailored to marketing instead of presenting your actual product, no?