Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danini-the-panini/retrostyle

One of the first games I ever made.
https://github.com/danini-the-panini/retrostyle

Last synced: 15 days ago
JSON representation

One of the first games I ever made.

Awesome Lists containing this project

README

        

Retrostyle
==========

One of the first games I ever made. Man this code is horrible! I think I started working on it in 2007, worked on it until around 2011 and then lost the code for a while. And now here it is again! Thank goodness for backups. I hope you enjoy this little snippet of my past experiences.

WARNING!
--------

For those who are about to venture forth, be wary that this code (if you could even call it code) was forged by an entirely unexperienced youth known as my former self. Having no understanding of the forces he was dealing with, he haphazardly regurgetated what little knowledge he had accumulated during the few years he had spent in this world. Unbeknownst of him, in his ignorant bliss he summoned ten thousand code smells from the depths of programmer's hell. Thus began my journey into the realm of gamedev.

Video!
------

Go check out a video of it [here](https://www.youtube.com/watch?v=nEqQ9VmhoQ0).
Unfortunately the code has been through some weird transformations over the years so the video doesn't quite match the gameplay. I'll try clean it up and return it to its former awesomeness whenever I find time.

How to build it?
----------------

First, make sure [this](https://github.com/nguillaumin/slick2d-maven) is installed in your local Maven repo. Then just build and run this project any way you normally build and run a Maven project. Personally I think opening it in Netbeans is easiest.

Legal stuff
-----------

The MIT License (MIT)

Copyright (c) 2014 Daniel Smith

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.