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

Devv_Logg

35
Posts
2
Topics
2
Followers
7
Following
A member registered Oct 06, 2020 · View creator page →

Creator of

Recent community posts

My score on south is 32570. Also, You didnt reply to the topic

bro he just said awesome sound effects and you wrote a whole paragraph. Dedication or what?

its complicated

you are weird

its good

Hey! Do you want to get in a team? i need an artist.

YOU RUINED IT YOU SPAWN FROM HELL

wow that was really cool

Hey could you help me on something i really need?

Its really important for my game

Also, I just got 80 views on my game and i wanted to thank you so much for helping me a ton!

Alright, Thanks!

Oh also. Theres something i need help with. Im looking to starting a team and i wanted to know if you knew any good websites to find some people?

Well thanks a lot!

Hardware

Hey uh quick question. I dont know if your very fluent on the topic but im trying to make a little console to put my games on

Any kits or ideas?

You saved my life. Thank you

Also, Im having a MAJOR problem where when i make a refrence to other scripts from (example) my enemy script, and i make it public, I cant drag in the script at all! It doesent let me pick any scripts at all. Know any fixes?

But, Im also having some trouble with feedback and views. Im gonna post it on different websites, But other than that, What should i do for feedback?

https://devv-logg.itch.io/shooty-block It has a boss and some music now!

Thanks so much dude. I just finished the game and i think it was pretty good! if you want you can play it and thanks for ALL the help! Im currently working on my next Shooty Block and if i ever need help i know i can count on ya.

wELP Im stupid.

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class Score : MonoBehaviour
{
    public Text scoreDisplay;
    public int score = 0;
    public Enemy Enemy;
    // Update is called once per frame
    void Update()
    {
        scoreDisplay.text = "SCORE:" + score;
    }
    public void IncreaseScore()
    {
        if(Enemy == null) ;
        {
            score += 1;
        }
    }
}

Thaeres one problem tho, I did the code correctly, but it isnt working for the score count! heres my code:

OH. MY. GOD. Thank you so much i needed that one line for like forever. now i can probably even make a level system!

Also, How would i make an if statement to check if my enemy gameobject is destroyed?

So, to summarize, i make a empty game object called score and i create a function that adds a certain number for when a the enemy is destroyed?

2019.4 11f1, and i want it so everytime you kill a red it goes up by 1, green goes up by 4, and black (in hard mode) goes up by 8

 

I already tried these and they were too outdated // related to a different game. im sorry im bothering you so much but i wanna make this game as fun as possible for the community.

(1 edit)

Also, how can i code in a score system for my game? i REALLY need it. Thanks!

I could use an explination but exact code would be useful.

 I hope im not asking stuff too much. Sorry!

I really appriciate it man. im currently trying to find a team and its been tough. Thanks for your help anyways.

I would really like you on my team! you look enthusiastic!

Im a programmer and im looking for an artist and a sound composer and i guess i found my sound composer!

I would appriciate it a ton if you wanted to team up!

Thanks,

DevvLogg

(2 edits)

Im sorry, ill try to add these things in because the sole reason i didnt put em in is because i didnt know how to. thank you eitherway.

Also ill work on the quit button.

This helped a ton and now i can make the game better. 

Thanks a ton,

DevvLogg

How would i program a boss for my game Shooty Block? it will be hard to help if you dont know what the game is so if you want check it out! devv-logg.itch.io/shooty-block

(2 edits)

Im a pretty bad game developer and programmer and work in 3 different engines: Unreal Engine, Unity, and Construct 3. I would really love it if some people wanted to team up and get some games done!

This community means a lot to me and i want to make games that everyone will have fun with!

So i hope someone sees this and decides to help me.

See you soon i think,

DevvLogg

Im really new in the game dev community and i hope i can make a decent game for this game jam to get better at making designs, coding ad much more.