Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: [Game|Prototype] SonoBeat  (Read 2808 times)

0 Members and 1 Guest are viewing this topic.

Van

  • Newbie
  • *
  • Posts: 2
    • View Profile
[Game|Prototype] SonoBeat
« on: September 09, 2012, 11:44:56 am »
SonoBeat
https://github.com/Vannav/SonoBeat

Just another clone of DJ Max Portable, Beat Mania, O2Jam Analog or commonly known as Guitar Hero.

Quote
[I played alot of] DJ Max Portable for the PSP. Unfortunately there are not many
songs which I really can enjoy. So thats my motivation for this game. Like audiosurf
I want to let the user decide a file/link to video/audio and generate a playable beatmap
in different difficulties.






Librarys:

Controlls:
  • Use left and right arrow keys to choose a song and select with the return key
  • Use D F J K key play the notes in the associated lanes when they reach the green area
  • Use escape key to exit

Other Stuff:
  • You can create your own beatmaps fairly easy if you take a look at the media folder
  • *.sb files are textfiles with meta information and note-lane-time information
  • Your last play will be recorded in log_played.txt that can be copy and pasted into a new *.sb file
« Last Edit: September 10, 2012, 01:00:52 pm by Van »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: [Game|Prototype] SonoBeat
« Reply #1 on: September 09, 2012, 09:02:46 pm »
Nice project! :)

I always liked to play some Frets on Fire, now one even gets a video clip to the music. :)

Is the Movie_audio::Stop() - av_seek_frame() error output to be expected or shouldn't that happen?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Van

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: [Game|Prototype] SonoBeat
« Reply #2 on: September 10, 2012, 12:55:30 pm »
Nice project! :)

I always liked to play some Frets on Fire, now one even gets a video clip to the music. :)

Ah, completly forgot Frets on Fire. I liked the idea with the keyboard very much.
But i kept playing DJ Max Portable for the PSP. Unfortunately there are not many
songs which I really can enjoy. So thats my motivation for this game. Like audiosurf
I want to let the user decide a file/link to video/audio and generate a playable beatmap
in different difficulties.

Quote
Is the Movie_audio::Stop() - av_seek_frame() error output to be expected or shouldn't that happen?

I get the same error. But we have to ask the sfeMovie developer :)