RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    I made an original game for RetroPie

    Scheduled Pinned Locked Moved General Discussion and Gaming
    retropielibretrooriginalfun
    101 Posts 25 Posters 19.9k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • BriganeB
      Brigane @Rincewind
      last edited by Brigane

      @Rincewind Thank you for doing this, although I'm not sure if I will understand any of it just yet. I have no coding skills besides a few basic things I learn while studying as an IT-Supporter.

      Systems: Raspberry Pi 0/2/3 Model B+
      Os: RetroPie 4.5
      Frontend: Emulationstation & Attract Mode

      1 Reply Last reply Reply Quote 0
      • RincewindR
        Rincewind
        last edited by

        @Brigane. If you aren't very familiar with programming, then teach yourself Game Maker. It is really powerful, and you can build fairly complex games without programming, but there is a scripting language too for when you are ready for more in depth game creation. I think that Game Maker games can also run on RetroPie.

        Game Maker is how I taught myself to program, so I can't recommend it enough.

        1 Reply Last reply Reply Quote 1
        • F
          FastBlinker
          last edited by

          awesome i'll install as soon as i've finished my cabinet.

          1 Reply Last reply Reply Quote 0
          • herb_fargusH
            herb_fargus administrators
            last edited by

            Pretty neat, just played 10 rounds

            If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

            Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

            1 Reply Last reply Reply Quote 1
            • edmaul69E
              edmaul69 @Rincewind
              last edited by edmaul69

              @Rincewind haven’t installed it yet but i assume i can play a 1 player game? Glad you made this. The intellivision, colecovision and gameboy versions were the only ones i had to play on retropie.

              RincewindR 1 Reply Last reply Reply Quote 0
              • BuZzB
                BuZz administrators
                last edited by

                Maybe it would be a good idea to change the name - https://techcrunch.com/2014/03/13/company-claiming-rights-to-flappy-trademark-now-sending-notices-to-app-store-game-developers/?guccounter=1 (it's a while back but if they are active it could be a nuisance).

                Not tried the game yet. Thanks though.

                To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                RincewindR 1 Reply Last reply Reply Quote 1
                • RincewindR
                  Rincewind @edmaul69
                  last edited by

                  @edmaul69 You can play it single player, there is also the option to allow up to 8 players.

                  The default maximum is 4, but this can be set from 1 to 8. You can change the maximum players under the retroarch settings. I did this so that you could match the maximum player count with the number of controls on your arcade cabinet.

                  1 Reply Last reply Reply Quote 1
                  • RincewindR
                    Rincewind @BuZz
                    last edited by Rincewind

                    @BuZz I did a quick Google search and there isn't a news article after that 2014 one. I also did a search for "flappy" on the android and ios store and there are a plethora of Flappy X games, even some to come out after 2014. So I don't think this is an issue anymore. Also Ultimate Arcade Inc.'s trademark is dead, so they would struggle to find legal ground.

                    Thanks for the heads up though.

                    herb_fargusH 1 Reply Last reply Reply Quote 0
                    • tpo1990T
                      tpo1990 @Rincewind
                      last edited by

                      @Rincewind Alright now it is just time to wait and see what happens. I have also created a PR for my Hexen 2 RetroPie project, that just waits to be accepted as well. :-)

                      Greetings from Denmark. :-)

                      Developer of install scripts for ports such as Hexen 2, Return to Castle Wolfenstein and Caesar III. See my other projects at my profile.

                      1 Reply Last reply Reply Quote 0
                      • R
                        Ronoh55
                        last edited by

                        @Rincewind said in I made an original game for RetroPie:

                        cd ~/RetroPie-Setup/

                        Just played a few rounds, and it's a great port!

                        One thought that I had was that you might want to make it so the pipes don't start appearing until an input is pressed. I had one round where I was lucky and got 4 points pushing nothing!
                        Just something to think about, maybe it's not worth changing

                        RincewindR 1 Reply Last reply Reply Quote 1
                        • S
                          Silent
                          last edited by

                          Actually, how many games like this RetroPie has already? Maybe it's time to split them into a separate category (like "games" instead of "optional") so they don't mix up with optional emulators and software like scrapers?

                          1 Reply Last reply Reply Quote 0
                          • herb_fargusH
                            herb_fargus administrators @Rincewind
                            last edited by

                            @Rincewind I have a suggestion. Replace all the birds with poop emojis and the pipes with toilets. Then you can rename it super floppy turds.

                            If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

                            Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

                            RincewindR 1 Reply Last reply Reply Quote 1
                            • RincewindR
                              Rincewind @Ronoh55
                              last edited by

                              @Ronoh55 I am glad you enjoyed it :D

                              I have actually thought about doing that, but I wasn't sure what to do in the case of a multiplayer game. Should I wait for input from at least one player, or all players before the pipes start moving? I think I might implement the former and see what that is like.

                              I think getting a few points in a row without flapping isn't that big of a deal, let me illustrate:

                              pipe opening range (R) := 120px
                              gap between pipes (G) := 60px
                              player height (H) := 12px

                              Let the probability of going through a pipe without moving be Z:
                              ∴ Z = (G-H)/(R)
                              Z = 48 / 120 = 40%

                              So to get 5 points in a row without flapping it would be a 1% chance (Z^5), or 1 in 100 games.

                              I am fairly confident that the average player can get a score of higher than 5 without too much practice. I think it also adds a bit of excitement that you managed to get a run that gave you a few points for free.

                              1 Reply Last reply Reply Quote 0
                              • pjftP
                                pjft @Rincewind
                                last edited by

                                @Rincewind Well, this is awesome - congrats and thank you for sharing! What a fun way to learn the libretro framework and develop your own game engine!

                                I'll install it today. It's always great to have simple party games, both for the kids as well as for the non-gamer audiences. :) And it's also a great arcade-like game for the rest of us, so thank you!

                                1 Reply Last reply Reply Quote 1
                                • RincewindR
                                  Rincewind @herb_fargus
                                  last edited by Rincewind

                                  @herb_fargus I was thinking about making the game skin-able with texture packs. So maybe someone could make a Crappy Flappy game ;)

                                  1 Reply Last reply Reply Quote 0
                                  • pjftP
                                    pjft
                                    last edited by

                                    I scraped it in screenscraper and nothing showed up, as expected. Hope it counts towards the number you're trying to get to :)

                                    Any chance you'd share the metadata somewhere so I can edit mine manually? I'm kind of OCD around that.

                                    RincewindR 1 Reply Last reply Reply Quote 0
                                    • RincewindR
                                      Rincewind @pjft
                                      last edited by Rincewind

                                      @pjft I am exacly the same way :)

                                      This is what I intend to add to screenscraper.fr:
                                      Developer: Courtney Pitcher
                                      Publisher: Courtney Pitcher
                                      Release date: 5 February 2019
                                      Genre: Arcade
                                      Players: 8
                                      Description: Super Flappy Birds is a multiplayer clone of the game Flappy Bird by Dong Nguyen. The goal is to fly through more pipes, without crashing, than your friends.
                                      Box Cover Image: gimp file
                                      Box Side Image: gimp file
                                      Logo Image: gimp file
                                      Screenshot: png

                                      robertvb83R 1 Reply Last reply Reply Quote 1
                                      • pjftP
                                        pjft
                                        last edited by

                                        @Rincewind I played a few rounds, it's quite fun, and it stores high-scores which is great!

                                        I can imagine that, if you'd be thinking of investing in it further, there'd be fun things to try out with a Flappy Birds-like game turned into party game.

                                        Thanks for sharing the metadata - would you have a video in mind to upload as well? If not, I'll work around it, no worries :)

                                        Thanks.

                                        1 Reply Last reply Reply Quote 0
                                        • RincewindR
                                          Rincewind
                                          last edited by

                                          @pjft If you can think of any gameplay suggestions, I'd be happy to hear them.

                                          I don't have a video, sorry. I tried using OBS to record it on my desktop, but it came out quite badly. If you want to record gameplay, I will happily upload your video to screenscraper once I am allowed to.

                                          pjftP 1 Reply Last reply Reply Quote 1
                                          • pjftP
                                            pjft @Rincewind
                                            last edited by

                                            @Rincewind I was thinking of @herb_fargus 's method:

                                            https://retropie.org.uk/forum/topic/10772/take-and-scrape-your-own-videos

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.