Coder Social home page Coder Social logo

ff7rl's People

Contributors

klaushauschild1984 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ff7rl's Issues

Add sound test room

Now if there is the chiptune soundtrack is complete it might fun to have a "test room" for the soundtrack so people can enjoy it.

Video trailer

Make an awesome trailer for the upcomming game to attract even more people in this story.

Basic idea:

  • some common suggested footage of the game with the Sephiroth theme in background
  • phrases like: "You played the original game, you enjoyed it, you loved it. You always wanted a remake. Here comes the an interpretation with the most powerful graphics chip in the whole world: your imagination! Experience Final Fantasy 7 in ASCII art from the 1980's as complete demake but the graphics."
  • transist to some footage of the game, if there is something to show
  • lets fade the music from the midi original to the chiptune version

Caching for resources

Caching for resources is currently hand written.
Replace it by some ready to use cache implementation like Guava Cache.

disabled menu entries

Currently all entries of a menu are enabled.
In future there has to be a possibility die enable/disable menu entries dynamicaly.

ScreenImage

Build an ui component for displaying something like images.

The sources will be three files:

  • a backrung image (defining the background colors)
  • a foreground image (defining the foreground colors)
  • a text file (defining the "lines" and "dots")

Every pixel with a color and no alpha or a character will be printed. To prevent a pixel to be drawn make it fully transparent in the image files and no character in the text file. All three files share the same grid of "pixels" and will be overlayed during rendering.

This resource will be the basic implementation for rooms and maybe somelike sprite or so.

Do a first room

Implement the first room of the game.
Within this room all features of the interior could be shown and proved:

  • walking
  • interacting with environment
  • cut-scenes
  • talking
  • go over to first battle (issue #2)

no stracktraces at debug output

If there is an error to interpret the command given to the debug console the hole stacktrace of the groovy exception will be printed.

Print only the message.
Log the hole exception by the logger.

Blog?!?

Maybe write down my experience during development in a blog or so.

Extract main loop

Currently there is this one main loop coordinating the states of the game. Maybe it could be interesting to have state machines within states. E.g. the different menus (characters, items, equip, etc.) within the menu state.
For that reason make the main loop a reusable component. And test it!

Light package

Currently the full package is about 80MB with alls the mp3's.
Add a profile to the pom for building a light package without not essential data like sound.

Battle screen preview

Turn the currently blank battle screen in a functional preview. There are vairous sub tasks (TBD).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.