Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

New game maker

A topic by Cdub11 created May 29, 2022 Views: 366 Replies: 30
Viewing posts 1 to 11

This is my first game jam, can anyone give me any tips? I only know a snippet of coding, but most of Unity.

(+1)

Idk, this is my second jam so I'm not like a pro to give you tips.

What language do you use?

Python, you?

(1 edit)

I know python, c# (a little), and c (kind of). I don't understand how to make a game with python

So you mostly know python?

Yes

DM me, I'm GamerTronky#6126 at discord

I can't go on discord

You don't have it?

I'm not allowed

Is there any other way?

Maybe we can  communicate over an unlisted youtube video?

I can send you link to video and we can talk there.

sure

Ok sending you link, and deleting it when you'll say.

did you send it

(4 edits)

Deleting Not deleting when you post first comment on video.

And you literally can't close the window if you didn't hacked power point.

Xd i see other users are coming to watch it.

I can do discord

I sent you a friend request

(1 edit)

I'll Help You With Unity: (Not A Team, A Quick TUT For You)

Rigidbodys are key to make players, physical objects, and colliders.

if you want to freeze it from turning, type a line like this:

public Rigidbody NameOfRigidbody;

void FixedUpdate()

{

    NameOfRigidbody.freezeRotation = true;

}

and use joints, transforms and detections to make the most out of your Game : )

Game with python:

Read The Turtle Module, Its Helpful :)

This is a graphics Design Just For Games!

C or C++:

IDK

Thanks!

(1 edit)

watch a game developer on YouTube called goodgis.

Thanks!

your welcome.