Forums

Forums (http://www.abandonia.com/vbullet/index.php)
-   Programming (http://www.abandonia.com/vbullet/forumdisplay.php?f=25)
-   -   My 1st game (http://www.abandonia.com/vbullet/showthread.php?t=32472)

zirkoni 23-12-2013 02:13 PM

My 1st game & more
 
This is my first game, so nothing special. Just a simple top-down view zombie survival game.
I also drew the graphics. I tried to do some animated sprites but because I'm not a very good drawer I ended up with what you see in the video. Still, designing the graphics probably took more time than actual coding.

Here's a gameplay video:
http://www.youtube.com/watch?v=W1gtFRFOv1M

Download here:
http://www.mediafire.com/download/m927xob4fmhjiot

The game was programmed for DOS so use DOSBox to play!

twillight 23-12-2013 10:27 PM

Seems a clone of a zounds of flashgames.

From the video it seems working, but lacks:
- variety of enemies
- more obvious powerups would be preferred
- as the game is just about throwing things more and more frequent on you at this time, level-criteria, where the screen gets cleaned!

Comes to my mind, these games are always about more and more and bigger enemies with bigger guns and such. If you want it unique, try adding mission-goals, like "kill X enemy of this kind" or "kill X enemy in given duration" or "survive duration with X enemy on screen", "get X powerup" or similar options to finish levels. I'd try that.

zirkoni 24-12-2013 07:37 AM

I'm done with this game, not going to add/change anything.

Japo 24-12-2013 02:02 PM

Nice job!

zirkoni 05-01-2014 09:23 AM

I studied some SDL and made this simple snake/worm game:

http://imageshack.us/scaled/thumb/594/0r11.png

zirkoni 09-03-2014 10:35 AM

Since I've been sick for a quite long time I've been playing around with Intel's Galileo board (which I got for free from my university, BTW).

pictures


The games store highscores to a microSD card so when the board is powered off the scores will stay saved.

zirkoni 11-03-2014 02:32 PM

Now I can use my awesome controller on my PC.

Apparently the mouse and keyboard libraries for the Galileo board have not yet been implemented (or at least I coudn't get them to compile).
So, because I didn't want to write my own libraries I used Qt Creator and an existing example to read serial data from the Galileo board and the Qt application translates that data to mouse/keyboard commands:

https://lh5.googleusercontent.com/-V...qtgalileo2.png

https://lh3.googleusercontent.com/-b.../qtgalileo.png


I played a few PC games with the controller and it works flawlessly. Only problem is that the controller is not that easy to handle but it works fine for simple games like Pacman or Solitaire.

zirkoni 13-01-2015 04:30 PM

I rebuilt my gamepad on a breadboard and used Arduino UNO as the controller. I also added a few more buttons and made the keys remappable.

Not the most ergonomic design but I did manage to play a few levels of Commander Keen 4 without dying.



The current time is 07:50 PM (GMT)

Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.