itch.io is community of indie game creators and players

Devlogs

2.2 released!

Oof Clicker 2!
A downloadable game for Windows

So, There is not many new in this update, but we fixed bugs and:


ADDED SECRETS!

ADDED DEVELOPER MODE

We used VB.NET to make our game, here we have a hint for making your clicker game: (was used in Oof clicker)

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        ProgressBar1.Increment(+ProgressBar2.Value)
        ProgressBar4.Increment(+1)
        Label1.Text = ProgressBar1.Value
        If Form2.apple = True Then
            Label6.Visible = True
            Label7.Visible = True
        End If
        If ProgressBar1.Value >= 10 Then
            Label5.Text = "Rank: Ok"
            Label5.Update()
            If ProgressBar1.Value >= 150 Then
                Label5.Text = "Rank: Good"
                If ProgressBar1.Value >= 299 Then
                    Label5.Text = "Rank: Nooby Pro"
                    If ProgressBar1.Value >= 500 Then
                        Label5.Text = "Rank: pro?"
                    End If
                    If ProgressBar1.Value >= 1000 Then
                        Label5.Text = "Rank: Super Noob!"
                    End If
                    If ProgressBar1.Value >= 5000 Then
                        Label5.Text = "Rank: Trying to be big noob"
                    End If
                    If ProgressBar1.Value >= 10000 Then
                        Label5.Text = "Rank: OMG UR A N00B"
                    End If
                    If ProgressBar1.Value >= 1000000 Then
                        Label5.Text = "Rank: NOOB NOOB"
                    End If
                    If ProgressBar1.Value >= 5000000 Then
                        Label5.Text = "Rank: Okay, Pro, No, NUUUUB"
                    End If
                    If ProgressBar1.Value >= 1000000 Then
                        Label5.Text = "Rank: OOOOOOOF!"
                    End If
                    If ProgressBar1.Value >= 100000000 Then
                        Label5.Text = "Rank: Pro."
                    End If
                    If ProgressBar1.Value >= 999999999 Then
                        Label5.Text = "Rank: Pro But Better"
                    End If
                End If
            End If
        End If
    End Sub

Files

  • Oof clicker 2.1.4.1 199 kB
    Dec 21, 2019
  • Oof clicker 2.2.0.1 140 kB
    Feb 24, 2020
Download Oof Clicker 2!
Leave a comment