Page 1 of 10

Age of CEmpires I

Unread postPosted: 03 Jan 2017, 21:23
by PT_
Say hello to my newest game! :D

Image

Image

Currently not much done, but that comes with the time :)

It is written in C, as that goes the fastest, looking at the fact this will be a really large program..
I already have an idea about an AI, and hopefully when this program sees the finish line, that USB is somewhat documented, that I can add multiplayer.

To-Do list:
  • Make images of all the buildings/soldiers/villagers, and make them fit into my tiles (catch them from AoE II)
    • Buildings 1/25
    • Soldiers/villagers 0*8/40*8
  • Gameplay GUI
    • Minimap
    • Amount of max villagers/villagers
    • Tiles
    • Chat
    • Extra options
  • Be able to create soldiers/villagers at the town center/barracks etc
    • Check if enough resources, stand-by place
  • Move people to certain places
    • Requires shortest path finding algorithm
  • Gathering resources
    • Disappear resource if empty
    • (Animated villagers)
  • Building/Fighting
    • Check if enough resources/health
  • AI
    • Write a website/.exe file to make an AI yourself
  • Multiplayer
    • Only if USB is somewhat documented

Btw:
Image :P

Re: Age of CEmpires I

Unread postPosted: 03 Jan 2017, 21:32
by Wistaro
Ooooh!

One of my favorite game eeeeeever!

I love you Pt_ :p

Re: Age of CEmpires I

Unread postPosted: 03 Jan 2017, 21:33
by critor
PT_ wrote:Say hello to my newest game! :D

Image

Image


HELLO ! :o :D :bj: :#tritop#:

Re: Age of CEmpires I

Unread postPosted: 03 Jan 2017, 21:43
by Flip
the grass looks realy good :D

Re: Age of CEmpires I

Unread postPosted: 03 Jan 2017, 22:02
by Epharius
That's awesome PT_! I like this game so much, I'll be happy to help you! ;)

Good luck! :p

Re: Age of CEmpires I

Unread postPosted: 04 Jan 2017, 14:53
by PT_
I got some buildings ready:

Image - Barracks
Image - Farm
Image - House
Image - Lumbercamp
Image - Mill (yes, mill!)
Image - Miningcamp
Image - Towncenter

Re: Age of CEmpires I

Unread postPosted: 04 Jan 2017, 17:22
by Ti64CLi++
Good job PT_ :bj:
If you need help, don't hesite, I can help you in C ;)

Re: Age of CEmpires I

Unread postPosted: 04 Jan 2017, 20:05
by Adriweb
This looks great, obviously, but how big are the sprites? :P

Re: Age of CEmpires I

Unread postPosted: 04 Jan 2017, 21:58
by PT_
Adriweb wrote:This looks great, obviously, but how big are the sprites? :P

Uncompressed about 120kB :troll:
With compression, around 42kB or so, perfectly for an appvar ;)

Re: Age of CEmpires I

Unread postPosted: 05 Jan 2017, 13:00
by Ti64CLi++
PT_ wrote:Uncompressed about 120kB :troll:
With compression, around 42kB or so, perfectly for an appvar ;)

120kB if uncompressed :#fou#:
How is it possible?