On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

pRoFiT

29
Posts
2
Topics
2
Followers
1
Following
A member registered Nov 20, 2015 · View creator page →

Creator of

Recent community posts

Pretty good. Nice name

12 seconds :) not bad

that was cool. at one point a customer walked up and nothing came down the line. so i was fired. not my fault that customer sucks!

(1 edit)

Okay for those that wanted more. I tried to get the main Boss Muscle Baby working. he was just throwing in wrong direction. Same code for player throw...ugh...not moving. so many issues with him. But here is a sneak of what you could of expected. 

p.s. he's throwing dirty diapers :)

thanks....ill have to figure out how to sneak him into another jam. Maybe i make a female muscle baby Ms Muscle Baby?

Good luck. i think someone figured out not to destroy the last gen and got 3000+ on hard mode. maybe not hard enough. i wanted it to be hard but beatable. should of added an extreme mode where they just keep spawning until your pc crashed, haha.

I wont eww your awe. 

(2 edits)

Yah I don't know where it came from. i opened up makehuman and said. i need something that will be funny to play. and he was muscly so i had to add kettlebells. wish i had time to get the BIG boss baby in. that would of been great. he felt like state puff marshmallow man from original ghostbusters. all huge and walking slow. Maybe ill grab a screen grab and throw it up here.

really neat. good game geo!

Really cool, was wondering why i could go through police and not get stopped. until it was game over because i thought i could just go through them :)

well then you may have a chance. Vimlark is doing a jam at same time. but ends this coming weekend (10 day jam). Theme is BOSS so maybe i make a BOSS baby and submit to that one too :)

Thanks for playing

okay maybe i will give it another try :)

nice spiders. not sure what i was doing wrong. right click would show combos in the bottom right. but nothing ever happened? when i left clicked i got nothing?

p.s. the mouse is locked after you die cant start or quit. have to force quit and try again.

Cursor.lockState = CursorLockMode.None; will free it up in unity.
Cursor.visible = true; will show it again.
(1 edit)

cool game. that spider is scary. hard to get away from it! Do i shake the chains to knock it away? i should try that next.

p.s.  the latest update has Anarchochains and should be Anarchochains_Data? maybe something happened on zipping or my downloiad. i changed it to Anarchochains_Data and it ran

hmm, not sure whats happening. i click login/register with nothing and it just sits there.

So i put in info and same thing game loads. tils float in water and nothing happens?

i'm using Chrome browser. maybe ill try another browser.

cute game. the robots pushed me so far off the map. haha

yah 600 on hard mode. nice. maybe i made it too easy :) i had plans to make the enemies divide and conquer repairing and attacking. Like a max amount on the generator repair.

Through a lucky bug (that is fixed now) lana is the best right now ;)

Sorry to whoever was MR***? playing my game first. leaderboard was messed up and your score got overwritten. You can try to beat your scores if you want now :)

(1 edit)

If anyone wants to just login by a unique id instead of an email login, I had to do this for webgl to work.

string DeviceID()

{

string deviceId;

if (!PlayerPrefs.HasKey("MuscleBabyUniqueIdentifier"))

                           PlayerPrefs.SetString("MuscleBabyUniqueIdentifier", Guid.NewGuid().ToString());

deviceId = PlayerPrefs.GetString("MuscleBabyUniqueIdentifier");

return deviceId;

}

This way, a new guid string is made and saved in playerprefs on local pc. and retrieved on next game play.

however this works on PC fine.

deviceId = SystemInfo.deviceUniqueIdentifier;


this is when you are using PlayFabClientAPI.LoginWithCustomID

wow you guys started early on posting here :) just saw this today

ahh nice . i got to level 8. that one was hard. Great game!

Love the menu movement. really nice. i died a lot when it got dark :( cool game.

(1 edit)

yah i made my 3 year old angry then recorded him complaining about things. I had more audio clips from him , like i made him say looser and winner. but didn't add it. :)

I updated game. leaderboard wasn't tracking players correctly. should work now if you want your name on the board :) Thanks for playing

Soo good. now i want a chapter 2! I didn't watch all the stream so i got a good surprise playing it. Soo busy on my own game.

Thanks!

Sorry was late to publish. only spent 21 hours on game. Could not get any time over sat-sun. Spent al Monday to finish playable version. So i posited in itch just in case you want to play it.

https://profit.itch.io/hack-the-world-in-space

-cstrachn aka pRoFiT aka Doctor__Evil aka... well the list goes on.