Search found 32 matches

by RPGMAN34
11 Mar 2017, 07:26
Forum: Game development
Topic: Stabyourself Fighting Game!
Replies: 10
Views: 6213

Re: Stabyourself Fighting Game!

I guess Unity would work best for that! I am starting to learn how to use Unity for a game that I am working on (It's on Game Jolt), and it supports both 2D, and 3D! For Cons, You will have to make models, shaders, textures, scripting, and a lot more! Also all very talented with their sprinting skil...
by RPGMAN34
03 Nov 2016, 05:15
Forum: Game development
Topic: Not Flappy Bird
Replies: 0
Views: 14200

Not Flappy Bird

It has been a long time since I have posted (kinda) but now, I have found a new game to work on, and it is: NOT FLAPPY BIRD Not Flappy Bird is a game where you play as the pipe instead of the bird. AND NO YOU ARE NOT TRYING TO KILL HE BIRD! Yes that is a quote that I made. Anyway, lets get to the ac...
by RPGMAN34
01 Sep 2016, 20:34
Forum: Game development
Topic: These are my Ludum Dare Entries
Replies: 0
Views: 13436

These are my Ludum Dare Entries

As the title says, yes I have entered Ludum Dare, starting from LD36. So I am sharing my entries on the Stabyourself.net forums. so here they are. I am only putting the game pages for where you can download them cause I am planning on removing the Ludum Dare Pakages. 36: http://gamejolt.com/games/sp...
by RPGMAN34
08 Apr 2016, 06:44
Forum: Game development
Topic: Cookie Clicker 2.0 for LOVE
Replies: 0
Views: 16147

Cookie Clicker 2.0 for LOVE

You probably already know that someone already made cookie clicker http://forum.stabyourself.net/viewtopic.php?f=11&t=3743&hilit=cookie+clicker ... however... this version is different! this version is based more on the newer versions that have like the legacy, and the achievements... download: http...
by RPGMAN34
30 Mar 2016, 05:24
Forum: Game development
Topic: Spoilers on a game Im working on... you will find out once you open it
Replies: 8
Views: 4582

Re: Spoilers on a game Im working on... you will find out once you open it

SantaMari0 wrote:It would help if you could post the error message
Although the error probably has to do with the placement of the graphics/audio files, as I couldn't find any syntax errors

Good luck with your project!
there is actually no errors! the only problem is it wont play a sound when I want it to
by RPGMAN34
26 Mar 2016, 07:33
Forum: Game development
Topic: problem with code here
Replies: 1
Views: 8666

problem with code here

I have been having troubles with some of my code for this game (you will have to find out in the code if you want spoilers) function love.load() mouse = { x = love.mouse.getX(), y = love.mouse.getY(), showtext = "" } window = { width = 1250, height = 750 } font = { medium = love.graphics.newFont(20)...
by RPGMAN34
25 Mar 2016, 02:36
Forum: Game development
Topic: My First Complete game
Replies: 7
Views: 5457

Re: My First Complete game

Qcode wrote:Yeah, like I said, just multiply all the constant values (5) by the frames per second you used to get (probably 60) and then it will run exactly like it used to, except the same on all computers.
i mean like when I do the dt thing
by RPGMAN34
24 Mar 2016, 23:45
Forum: Game development
Topic: My First Complete game
Replies: 7
Views: 5457

Re: My First Complete game

I took a look through the code, I'd recommend changing the following (and anything similar): paddle.left.y = paddle.left.y - 5 This is an easy mistake to make, as it's not a recognizable problem until you change computers. This code moves the paddle 5 pixels per frame. If you're running the game on...
by RPGMAN34
24 Mar 2016, 21:52
Forum: Game development
Topic: My First Complete game
Replies: 7
Views: 5457

My First Complete game

This is just a simple game I made in like half an hour (which is pong) so I thought I would show you it! this game is a 2 player game so you have to play with someone else, or you can play by yourself I will try to share a screenshot ASAP download link: https://drive.google.com/open?id=0B8lwqhC0soqC...
by RPGMAN34
24 Mar 2016, 03:45
Forum: Game development
Topic: A Game That I am working on, but I will need your help
Replies: 20
Views: 6965

Re: A Game That I am working on, but I will need your help

B-Man99 wrote:If you wanted to somehow adapt the custom Spelunky sprites I made of Chris's face, that could work!

i'll try to fit it in
by RPGMAN34
24 Mar 2016, 00:09
Forum: Game development
Topic: A Game That I am working on, but I will need your help
Replies: 20
Views: 6965

Re: A Game That I am working on, but I will need your help

Julien12150 wrote:oh create from scratch? well i really suck at it i think
I hope you know what I mean...
by RPGMAN34
23 Mar 2016, 19:09
Forum: Game development
Topic: A Game That I am working on, but I will need your help
Replies: 20
Views: 6965

Re: A Game That I am working on, but I will need your help

Julien12150 wrote:so mine is good? thx i hope it's the recommended creature to pick
did you make yours by yourself?
by RPGMAN34
23 Mar 2016, 18:56
Forum: Game development
Topic: A Game That I am working on, but I will need your help
Replies: 20
Views: 6965

Re: A Game That I am working on, but I will need your help

Thank you Everyone! so far, these sprites are good! but I am looking forward to more! you also don't have to do the same animation as mine! you could make it like what Tecimator did! also I just had to :P https://www.dropbox.com/s/blv1tvfghihjatt/template.png?dl=1 looking at what you did was funny! ...
by RPGMAN34
23 Mar 2016, 07:51
Forum: Game development
Topic: A Game That I am working on, but I will need your help
Replies: 20
Views: 6965

Re: A Game That I am working on, but I will need your help

B-Man99 wrote:what's the game about
thanks for reminding me about that! I thought I added that... but like I just wrote, it is a tamagotchi kind of game

and if you can help, can you create a sprite with the example?
by RPGMAN34
23 Mar 2016, 07:43
Forum: Game development
Topic: A Game That I am working on, but I will need your help
Replies: 20
Views: 6965

A Game That I am working on, but I will need your help

I am working on a new game... (like tamagotchi) But I Will Need Your Help!!! how you can help? by making some sprites!!! You Will need to edit the image below this text http://i.imgur.com/xyMtT5H.png Red Orange and Yellow are normal positions. Greens are happy. Blues are Sad Here is the example http...
by RPGMAN34
18 Mar 2016, 19:20
Forum: Game development
Topic: [WIP] Tiny Chao Garden Deluxe
Replies: 15
Views: 8554

Re: [WIP] Tiny Chao Garden Deluxe

In the last four days I completely restarted this game from scratch. While it looks like there's less content than before (which there is), it's running a lot better and it's easier to work with, along with new and more complete stuff from before. Basically everything non Chao related is complete n...
by RPGMAN34
18 Mar 2016, 04:13
Forum: Game development
Topic: Spoilers on a game Im working on... you will find out once you open it
Replies: 8
Views: 4582

Re: Spoilers on a game Im working on... you will find out once you open it

Julien12150 wrote:
RPGMAN34 wrote:
Julien12150 wrote:punch out actually first released on nes so welp

also nice thread name
it was actually first on an arcade machine in 1984...

and is that code right?
i have no idea i only coded with LOVE once but it's was very shitty and has no sprites
OK! I understand!
by RPGMAN34
18 Mar 2016, 01:26
Forum: Game development
Topic: Spacebar Spammer
Replies: 6
Views: 3864

Re: Spacebar Spammer

k... SRY everyon about the problem that you couldn't downoad my game... so now it should be playable
by RPGMAN34
18 Mar 2016, 01:21
Forum: Game development
Topic: Spoilers on a game Im working on... you will find out once you open it
Replies: 8
Views: 4582

Re: Spoilers on a game Im working on... you will find out once you open it

Julien12150 wrote:punch out actually first released on nes so welp

also nice thread name
it was actually first on an arcade machine in 1984...

and is that code right?
by RPGMAN34
17 Mar 2016, 23:09
Forum: Game development
Topic: Spoilers on a game Im working on... you will find out once you open it
Replies: 8
Views: 4582

Spoilers on a game Im working on... you will find out once you open it

this game is still WIP (a lot) but I thought I'd show you guys what I got... Punch Out!! Wii(NES Edition) Punch Out Wii (NES Edition) is a recreation of punch out wii, BUT ON THE NES!!! I will add screen shots once I get the first fight prepared... the image that gave me the idea http://orig12.devia...
by RPGMAN34
17 Mar 2016, 22:59
Forum: Game development
Topic: Spacebar Spammer
Replies: 6
Views: 3864

Re: Spacebar Spammer

OrbitalBlueprint wrote:It tells me I need permission to access it. I'm not sure if that's intended or not...
im sure you dont have to worry about that ^_^
by RPGMAN34
17 Mar 2016, 22:58
Forum: Game development
Topic: Spacebar Spammer
Replies: 6
Views: 3864

Re: Spacebar Spammer

Julien12150 wrote:good job RPGMAN34
THX!!!

in fact... LUA is my 5th programming language that I started doing (6th if including scratch)
by RPGMAN34
17 Mar 2016, 17:54
Forum: Game development
Topic: Another Way to Make Games
Replies: 14
Views: 5899

Re: Another Way to Make Games

SRY!!! -_-... I was just joking there... and i didn't know that... But Thanks!!!
by RPGMAN34
17 Mar 2016, 17:49
Forum: Game development
Topic: Deep Down, my 2014 summer project
Replies: 7
Views: 4753

Re: Deep Down, my 2014 summer project

[Post Was Removed By Owner]
by RPGMAN34
17 Mar 2016, 08:22
Forum: Game development
Topic: Deep Down, my 2014 summer project
Replies: 7
Views: 4753

Re: Deep Down, my 2014 summer project

The download is unavailable... is there another link for the game?
by RPGMAN34
17 Mar 2016, 08:15
Forum: Game development
Topic: Another Way to Make Games
Replies: 14
Views: 5899

Re: Another Way to Make Games

0>0 wrote:
Mr.Q.Marx? wrote:Gamemaker studios is as close to not coding as you are likely to get:
http://www.yoyogames.com/studio
i said i don't want any coding,but in this game maker there some coding like making sprites.
Image
that is not coding...
by RPGMAN34
16 Mar 2016, 22:23
Forum: Game development
Topic: Spacebar Spammer
Replies: 6
Views: 3864

Spacebar Spammer

This is just a game that I was working on for my first time using LOVE...

link: https://drive.google.com/open?id=0B8lwq ... jZoV2lmbUE
by RPGMAN34
21 Mar 2014, 04:30
Forum: Mapping
Topic: need classic mario tiles
Replies: 8
Views: 1735

Re: need classic mario tiles

sorry just a new person but thanks
by RPGMAN34
21 Mar 2014, 04:00
Forum: Mapping
Topic: need classic mario tiles
Replies: 8
Views: 1735

Re: need classic mario tiles

so to make it it needs a new tileset
by RPGMAN34
21 Mar 2014, 03:59
Forum: Mapping
Topic: need classic mario tiles
Replies: 8
Views: 1735

Re: need classic mario tiles

i really need it to make my new mappack
by RPGMAN34
21 Mar 2014, 03:56
Forum: Mapping
Topic: need classic mario tiles
Replies: 8
Views: 1735

need classic mario tiles

guys can you please send a message of the super mario bros tileset