Project Nemesis

Nemesis

Project Nemesis is a game meant to learn making games for myself and my friend(he’s making the graphics).

The plan is, a 2D top-down view RPG and I’m getting kinda deep in the development of this game.
Now, the features that I’ve got this far:

  • Centered Camera
  • Collision from TiledMap
  • Animations
  • Mobs + AI
  • Dialog Screen
  • Objects from TiledMap with the specified interactions
  • Mob Spawners from TiledMap
  • Shooting Arrows
  • Menu’s
  • Hitmarkers
  • Critical Strike Chance
  • Particles

I recorded a little clip of the game last night:

yZurgUDCcmM

I’ve finally made a jar(Make sure you have java jre 7):
https://dl.dropboxusercontent.com/u/43222422/Nemesis.zip

If you might be interested what the source code looks like:

The controls are:

  • WASD/Arrows for walking
  • Mouse Click for shooting
  • X for interaction
  • C for closing the dialog

Thanks for checking out! :slight_smile:

Also, please leave a comment with what you think of it and some ideas.

“This video is private”???

I added the download link now!

Looking alright. Obviously needs some more work, but that’s what you expect with a WIP.

I did have some trouble extracting your .zip with Windows inbuilt zip tools. Although I’m not sure if that’s my problem or yours. It extracted fine with WinRAR though.

The game ran well. The player sprite animations are pretty smooth. But there is a major problem! I’ve got no idea what to do? I couldn’t read the signs, nor shoot arrows as per your video. What are the controls? I mashed my keyboard for about a minute, then went for a walk around and gave up. So a major suggestion at this stage is to include the controls in the first message to the player.

Keep up the good work,
nerb.

Yeah i second what nerb said. I just walked around a bit. Saw some monsters spawn randomly but they arent walking yet.
But the collision is working, so is the animation. Keep it up!

Thanks for the replies!

I wrote down the controls in the topic now. However, there was a controls.txt in the zip.
The zip might not work because it has been zipped by WinRAR.
I’m currently looking for a right way to do the AI, that’s why they’re standing still.

Also thanks for saying what’s good and what’s not!

I have updated the game again!
This update contains an NPC who sells arrows (for now), Mob AI and graphical changes!