Author Topic: Flash/C++ Game Project  (Read 2893 times)

Offline Nick

  • HoboMobile
  • Administrator
  • Hero Member
  • *****
  • Posts: 1,860
  • Taking the edge off sanity.
    • View Profile
    • Randomland
Re: Flash/C++ Game Project
« Reply #105 on: July 02, 2010, 10:51:47 am »
Cool. And if you want it on the site just make it its own page and keep updating (editing) that page.
*** Badgers!! They're the new carp. ***


Offline zourtney

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,164
    • View Profile
    • http://randomland.net/zourtney
    • Email
Re: Flash/C++ Game Project
« Reply #106 on: July 02, 2010, 12:12:36 pm »
Cool. I look forward to seeing it.

And you can just drop the file under /sites/default/files/ and statically link to it. You don't have to make a Drupal node for every file.

Offline zourtney

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,164
    • View Profile
    • http://randomland.net/zourtney
    • Email
Re: Flash/C++ Game Project
« Reply #107 on: September 08, 2010, 08:05:42 am »
Hey, what ever happened to this project? Don't let it die!

Offline Brad

  • Administrator
  • Sr. Member
  • *****
  • Posts: 467
    • View Profile
Re: Flash/C++ Game Project
« Reply #108 on: September 11, 2010, 08:41:40 am »
It isn't dead, I just got to a spot which was boring and procrastinated about it. I need to rewrite the way the tile graphics are loaded in the Flash client. Then I have to get the player graphics loaded and displayed on top of the map. Then write the input event handlers.

At that point I'll basically have a you can walk around and look at things on the map sorta game. Sorta like that ancient pascal game I made with a river and a guy who liked cheese (except this time other people could also come and walk around in the same area).

I'm also looking into what it will take to write an android client for this game, as I'll be getting a google phone sometime next week probably and that would be really cool.

Offline zourtney

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,164
    • View Profile
    • http://randomland.net/zourtney
    • Email
Re: Flash/C++ Game Project
« Reply #109 on: September 12, 2010, 11:33:07 am »
That would be cool. Why the new phone? I suspect my next phone will be running some flavor or Android. I'd be interested in learning how to program for it. But I am interested in many things, and good at none.

And how is the new job going?

Offline Brad

  • Administrator
  • Sr. Member
  • *****
  • Posts: 467
    • View Profile
Re: Flash/C++ Game Project
« Reply #110 on: September 16, 2010, 10:49:35 pm »
As I haven't been actively coding at my job yet and most likely will not be for the near future I seem to have regained some of my personal coding project motivation.

I fixed the tiles to load dynamically now, and also finished getting the small versions of the character images to load dynamically. I haven't actually created small versions of the character images, but the placeholders load fine.

Still need to redo the large character images to be dynamic. After that, it'll be actually working on the game interaction mostly in event handlers and packet communication. Pretty soon the flash client should catch up to where I left off with the server and text-based client.

Offline Nick

  • HoboMobile
  • Administrator
  • Hero Member
  • *****
  • Posts: 1,860
  • Taking the edge off sanity.
    • View Profile
    • Randomland
Re: Flash/C++ Game Project
« Reply #111 on: September 17, 2010, 10:47:58 am »
Do you still need some map tiles drawn? Trees, water, transitions and all that?

I forgot most of what we talked about during our map talks. But I might have a picture of that sample water/grass/bridge things we drew on the white board someplace.
*** Badgers!! They're the new carp. ***


Offline Brad

  • Administrator
  • Sr. Member
  • *****
  • Posts: 467
    • View Profile
Re: Flash/C++ Game Project
« Reply #112 on: September 17, 2010, 02:46:10 pm »
If you want help with tiles I can use any help you can give. I will post the required sizes and whatnot when I get home.

Offline Brad

  • Administrator
  • Sr. Member
  • *****
  • Posts: 467
    • View Profile
Re: Flash/C++ Game Project
« Reply #113 on: September 17, 2010, 07:34:52 pm »
Tile size is 40x40, GIF file type. No transparency or anything of the sort needed. Super basic.

Offline Nick

  • HoboMobile
  • Administrator
  • Hero Member
  • *****
  • Posts: 1,860
  • Taking the edge off sanity.
    • View Profile
    • Randomland
Re: Flash/C++ Game Project
« Reply #114 on: September 17, 2010, 09:55:36 pm »
Cool. Now its here for all the world to see. And me to stop forgetting :)
*** Badgers!! They're the new carp. ***


Offline Brad

  • Administrator
  • Sr. Member
  • *****
  • Posts: 467
    • View Profile
Re: Flash/C++ Game Project
« Reply #115 on: September 18, 2010, 08:02:45 pm »
Bam! Dynamically loading graphics are finished!

On to a little bit of UI, a little bit of event handling and an actual working demo!

Offline Nick

  • HoboMobile
  • Administrator
  • Hero Member
  • *****
  • Posts: 1,860
  • Taking the edge off sanity.
    • View Profile
    • Randomland
Re: Flash/C++ Game Project
« Reply #116 on: September 18, 2010, 08:57:03 pm »
I feel so underproductive now.  :)
*** Badgers!! They're the new carp. ***


Offline Brad

  • Administrator
  • Sr. Member
  • *****
  • Posts: 467
    • View Profile
Re: Flash/C++ Game Project
« Reply #117 on: May 10, 2011, 09:07:56 pm »
Completed all the basic movement, map changes, NPC loading.

Currently working in the game:

Creating a new account
Logging in
Creating a character
Joining a game
Loading maps, NPCs and other characters
Walking around
Changing maps
Using exits


So basically you can join a game and wander around a mostly empty world with other players. I'll be working on communication between player characters next.

If anybody wants to try it out, let me know and I'll set up a server somewhere.

Offline zourtney

  • Administrator
  • Hero Member
  • *****
  • Posts: 2,164
    • View Profile
    • http://randomland.net/zourtney
    • Email
Re: Flash/C++ Game Project
« Reply #118 on: May 13, 2011, 07:19:35 am »
Cool dude. Let's try it out! The front end is still Flash-based, right?

Offline Brad

  • Administrator
  • Sr. Member
  • *****
  • Posts: 467
    • View Profile
Re: Flash/C++ Game Project
« Reply #119 on: May 13, 2011, 07:49:01 pm »
Yep, front end is flash based. Server can run on either windows or linux.

I am currently in the middle of getting the messaging to work, but I'll try and set up a server this weekend sometime.