In this thread, we develop a roguelike.

Let's make some video games!

Moderator: Ice Cream Jonsey

User avatar
pinback
Posts: 17672
Joined: Sat Apr 27, 2002 3:00 pm
Contact:

In this thread, we develop a roguelike.

Post by pinback »

I don't have to say anything. I'm a doctor, too.

User avatar
RealNC
Posts: 2244
Joined: Wed Mar 07, 2012 4:32 am

Post by RealNC »

That's not a rogue-like, that's a rogue clone.

User avatar
Ice Cream Jonsey
Posts: 28879
Joined: Sat Apr 27, 2002 2:44 pm
Location: Colorado
Contact:

Re: In this thread, we develop a roguelike.

Post by Ice Cream Jonsey »

pinback wrote:Let's start here:

http://joltrogue.pinback.space/
Is that a static screen so far?
the dark and gritty...Ice Cream Jonsey!

User avatar
pinback
Posts: 17672
Joined: Sat Apr 27, 2002 3:00 pm
Contact:

Post by pinback »

No. Hit refresh and you'll get a new map. Procedural content, breh.
I don't have to say anything. I'm a doctor, too.

User avatar
pinback
Posts: 17672
Joined: Sat Apr 27, 2002 3:00 pm
Contact:

Post by pinback »

Also, can someone just "view source" and tell me how to get the copyright notice BELOW the game? I am terrible at this, even after 25+ years. I don't entirely blame myself, though, they change everything every 3 months and all the browsers are still different.

"Quirks mode", indeed.
I don't have to say anything. I'm a doctor, too.

User avatar
pinback
Posts: 17672
Joined: Sat Apr 27, 2002 3:00 pm
Contact:

Post by pinback »

http://joltrogue.pinback.space

RELEASE NOTES, v0.002

- Added some color
- Added a messages window, which displays some messages
- Made it so you can move around
- You can now collect all the prizes, and if you do, you WIN.
I don't have to say anything. I'm a doctor, too.

User avatar
Flack
Posts: 8822
Joined: Tue Nov 18, 2008 3:02 pm
Location: Oklahoma
Contact:

Post by Flack »

Is the maze really made up of commas and periods or is it a font thing that's not displaying correctly in Chrome?
"I failed a savings throw and now I am back."

User avatar
pinback
Posts: 17672
Joined: Sat Apr 27, 2002 3:00 pm
Contact:

Post by pinback »

The walls are commas and periods. They were just periods, but I threw some commas in there for TEXTURE.
I don't have to say anything. I'm a doctor, too.

User avatar
Ice Cream Jonsey
Posts: 28879
Joined: Sat Apr 27, 2002 2:44 pm
Location: Colorado
Contact:

Post by Ice Cream Jonsey »

How easy would it be to assign a tile for a character? I've been buying tilesets for years in the hopes of using them. Could this be a way to use them?
the dark and gritty...Ice Cream Jonsey!

User avatar
pinback
Posts: 17672
Joined: Sat Apr 27, 2002 3:00 pm
Contact:

Post by pinback »

It is very easy. Give me the tileset file.
I don't have to say anything. I'm a doctor, too.

User avatar
pinback
Posts: 17672
Joined: Sat Apr 27, 2002 3:00 pm
Contact:

Post by pinback »

http://joltrogue.pinback.space

RELEASE NOTES, v0.002.1

- Walls!
- New map generation routine
- Check out the sweet Matrix shit in the background
I don't have to say anything. I'm a doctor, too.

User avatar
Flack
Posts: 8822
Joined: Tue Nov 18, 2008 3:02 pm
Location: Oklahoma
Contact:

Post by Flack »

Map looks better.s

Movement and treasures are worse.
"I failed a savings throw and now I am back."

User avatar
pinback
Posts: 17672
Joined: Sat Apr 27, 2002 3:00 pm
Contact:

Post by pinback »

Edit: AND NOW DOORS!

Whaddya mean worse? You might have hit it while I was updating/breaking it. It should still work the same.
I don't have to say anything. I'm a doctor, too.

User avatar
pinback
Posts: 17672
Joined: Sat Apr 27, 2002 3:00 pm
Contact:

Post by pinback »

http://joltrogue.pinback.space

RELEASE NOTES, v0.003

- The aforementioned doors.
- Sweet field-of-view calculations, which don't currently do anything but show you the field of view, but still.
I don't have to say anything. I'm a doctor, too.

User avatar
Flack
Posts: 8822
Joined: Tue Nov 18, 2008 3:02 pm
Location: Oklahoma
Contact:

Post by Flack »

pinback wrote:Whaddya mean worse? You might have hit it while I was updating/breaking it. It should still work the same.
I couldn't move, and there were no treasures. That was worse than when I could move, and there were treasures.
"I failed a savings throw and now I am back."

User avatar
Flack
Posts: 8822
Joined: Tue Nov 18, 2008 3:02 pm
Location: Oklahoma
Contact:

Post by Flack »

pinback wrote:http://joltrogue.pinback.space

RELEASE NOTES, v0.003

- The aforementioned doors.
- Sweet field-of-view calculations, which don't currently do anything but show you the field of view, but still.
I collected all the treasures but did not win. Did not like.

Also, the field-of-view thing is mesmerizing. It's almost like watching water flow.
"I failed a savings throw and now I am back."

User avatar
pinback
Posts: 17672
Joined: Sat Apr 27, 2002 3:00 pm
Contact:

Post by pinback »

It shoulda said "YOU WON DA GAME BREH" at the bottom. Proper win screen coming up shortly.

If you did NOT get the BREH message, let me know.
I don't have to say anything. I'm a doctor, too.

User avatar
Tdarcos
Posts: 9333
Joined: Fri May 16, 2008 9:25 am
Location: Arlington, Virginia
Contact:

Post by Tdarcos »

pinback wrote:Also, can someone just "view source" and tell me how to get the copyright notice BELOW the game?
Check out the following on how to use CSS to set absolute coordinates on a page.

http://www.w3schools.com/css/tryit.asp? ... n_absolute

An alternative is to have the map generator add it after it draws the map.

Another might be to put the map in a <div> and put the notice in a new <div> after it.

On the other hand, why do you think you need a copyright notice? When the U.S. became a member of the Berne Union back in 1988, copyright notices became optional. And with Urugay becoming the last member of the Buenos Aires Convention to also become a member of Berne in 2000, the term "All rights reserved" became completely superfluous.
Alan Francis wrote a book containing everything men understand about women. It consisted of 100 blank pages.

User avatar
pinback
Posts: 17672
Joined: Sat Apr 27, 2002 3:00 pm
Contact:

Post by pinback »

Okay, A) shut up Paul, B) I've added a proper win screen so you can enjoy the fruits of your labors properly.
I don't have to say anything. I'm a doctor, too.

User avatar
Ice Cream Jonsey
Posts: 28879
Joined: Sat Apr 27, 2002 2:44 pm
Location: Colorado
Contact:

Post by Ice Cream Jonsey »

pinback wrote:It is very easy. Give me the tileset file.
What size should the sprites be? I will make you some sprites!

I can't fucking believe how much you've already accomplished. This is the greatest moment of your life.
the dark and gritty...Ice Cream Jonsey!

Post Reply