*NwA* Clan
Would you like to react to this message? Create an account in a few clicks or log in to continue.

WIP New game I'm working on.

5 posters

Go down

WIP New game I'm working on. Empty WIP New game I'm working on.

Post by Xazper Wed 21 Mar - 15:28:25

Hey, so I thought I'd brag a little about a new game I'm working on.
It's a hexagon grid, turn based (possibly Starship Troopers style) strategy game for my summer exam.
It's written in C# and XNA on our own engine (if you can call it that. We rely heavily on the XNA framework)
Pics: Album

It's still very early in the process but so far we've made the camera and map mostly work.
The blue dot is the cursor and when it's near the edge the camera moves.
WIP New game I'm working on. DQfE9

We've got quite a way to go but next up is bases (castles) and units moving around on the map.

Download here: Download
You can only really move the camera, but if you go to Levels/TestMap/TestMap.xml and change a few 1 and 0's you can change the map.
Let me know what you think and I'll keep you updated as we add new things. :)
Xazper
Xazper
*NwA* Clan Member
*NwA* Clan Member

Registration date : 2010-10-28

Back to top Go down

WIP New game I'm working on. Empty Re: WIP New game I'm working on.

Post by kerrermanisNL Wed 21 Mar - 17:25:45

Interesting! I'll download it since I find this stuff very cool, and want to do it myself.. + c# yay! Best language ever!
kerrermanisNL
kerrermanisNL

Registration date : 2011-08-06

Back to top Go down

WIP New game I'm working on. Empty Re: WIP New game I'm working on.

Post by Jay Scott Wed 21 Mar - 17:34:37

Brilliant! the last one was super addictive.. =D
Jay Scott
Jay Scott

Registration date : 2010-10-12

Back to top Go down

WIP New game I'm working on. Empty Re: WIP New game I'm working on.

Post by Xazper Wed 21 Mar - 17:44:24

Wait what? Someone actually played my last game?

That made me go back and take a look at it's kongregate page. ~370 plays now. Account balance $.66. They only pay out at $500 or above (because no paypal). So that means I need 280,304 pageviews to get paid.. yay! only 279934 more views and I'm rich! Rich I tells ya!
Xazper
Xazper
*NwA* Clan Member
*NwA* Clan Member

Registration date : 2010-10-28

Back to top Go down

WIP New game I'm working on. Empty Re: WIP New game I'm working on.

Post by Viglen Wed 21 Mar - 17:56:00

Autonomous has stopped working

Crashed when i opened it
Viglen
Viglen
*NwA* Clan Member
*NwA* Clan Member

Registration date : 2011-01-31

Back to top Go down

WIP New game I'm working on. Empty Re: WIP New game I'm working on.

Post by kerrermanisNL Wed 21 Mar - 17:58:04

Played your previous game as well mate :)

What education are you following xazper? Think I asked this before but oh well Razz
kerrermanisNL
kerrermanisNL

Registration date : 2011-08-06

Back to top Go down

WIP New game I'm working on. Empty Re: WIP New game I'm working on.

Post by Xazper Wed 21 Mar - 18:14:18

Viglen: Yeah I forgot. You have to have XNA Game Studio 4.0 installed. Here's the link: XNA

KerrermanisNL: It's an Academy Profession in computer science. It's a 2.5 year upper-collage/Uni education, with a special twist towards game development.

EDIT: So apparently I can compile it in a way so you won't have to install XNA. I won't do that out of pure lazyness but the next one I will.
Xazper
Xazper
*NwA* Clan Member
*NwA* Clan Member

Registration date : 2010-10-28

Back to top Go down

WIP New game I'm working on. Empty Re: WIP New game I'm working on.

Post by Jay Scott Wed 21 Mar - 19:55:37

Brainy buggers


lol


edit: the only games i can make is boy/girl, hangerman.. and paper planes peace
Jay Scott
Jay Scott

Registration date : 2010-10-12

Back to top Go down

WIP New game I'm working on. Empty Re: WIP New game I'm working on.

Post by Snippers Thu 22 Mar - 12:43:58

I played your older game with the ogre and the catapult that was quite interesting.

We still need to have that chat about game AI, and talk about the how the AI from my final year project could be relevant. Interesting concept I am curious as to how your representing the hex grid, are you pointers from each hex to the neighbours, or mapping it to a some sort of grid.

Will have a look at your present implementation when I get home.

Snippers

Registration date : 2009-09-13

Back to top Go down

WIP New game I'm working on. Empty Re: WIP New game I'm working on.

Post by Xazper Thu 22 Mar - 15:59:05

We have a 2D array of node objects. They have a vector2 property that determines their position to be drawn, this is set in the constructor when the xml file is read, along with other factors such as type (water, grass).
We use a camera with a matrix (don't ask me too much about that, it was my partners responsibility) to draw to the screen.
Xazper
Xazper
*NwA* Clan Member
*NwA* Clan Member

Registration date : 2010-10-28

Back to top Go down

WIP New game I'm working on. Empty Re: WIP New game I'm working on.

Post by Viglen Wed 28 Mar - 14:51:51

Download link is broke FYI
Viglen
Viglen
*NwA* Clan Member
*NwA* Clan Member

Registration date : 2011-01-31

Back to top Go down

WIP New game I'm working on. Empty Re: WIP New game I'm working on.

Post by Xazper Wed 23 May - 20:39:25

Anyone remember this thread? We've picked it back up and exams are approaching fast. We've changed a few things, for one it's now in THRREEEE-DEEEE! (3D)

New Album

There's still a way to go but we're working hard on it.
Xazper
Xazper
*NwA* Clan Member
*NwA* Clan Member

Registration date : 2010-10-28

Back to top Go down

WIP New game I'm working on. Empty Re: WIP New game I'm working on.

Post by kerrermanisNL Wed 23 May - 20:40:58

Cewl, looks a bit like Colonists of Catan? What gameplay are you going for?
kerrermanisNL
kerrermanisNL

Registration date : 2011-08-06

Back to top Go down

WIP New game I'm working on. Empty Re: WIP New game I'm working on.

Post by Xazper Wed 23 May - 21:31:40

"Turn based Macro Strategy"
Basically you tell your soldiers where to attack but not how to do it, you just tweak their behavior and they figure it out for themselves. It's a game of AI for our exams in a couple of weeks.
Xazper
Xazper
*NwA* Clan Member
*NwA* Clan Member

Registration date : 2010-10-28

Back to top Go down

WIP New game I'm working on. Empty Re: WIP New game I'm working on.

Post by kerrermanisNL Wed 23 May - 21:36:36

Ah interesting, I find AI to be very cool. Was recently thinking to make a tictactoe game and then thought to myself.. How the f would I make AI? So yeah.. Awesome :D
kerrermanisNL
kerrermanisNL

Registration date : 2011-08-06

Back to top Go down

WIP New game I'm working on. Empty Re: WIP New game I'm working on.

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum