GithubHelp home page GithubHelp logo

felicityvi / shiromino Goto Github PK

View Code? Open in Web Editor NEW
33.0 8.0 22.0 24.35 MB

A diverse and challenging puzzle/action game with stylistic roots in the arcade

License: MIT License

Makefile 0.21% C 7.39% Objective-C 0.03% C++ 92.37%

shiromino's Introduction

shiromino

Building

Dependencies: SDL2 (version >= 2.0.5), SDL2_image, SDL2_mixer

Run `make' in the base directory.

shiromino's People

Contributors

felicityvi avatar maryhal avatar partymanx avatar raincomplex avatar that1 avatar zeamador avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

shiromino's Issues

consider using semantic versioning

the current version tags make it difficult to package this in linux distros because it's not clear what kind of versioning scheme will be used after beta

I recommend using a scheme like https://semver.org/

... so something like 0.3.2beta instead of beta3-pre2

SEGFAULT on MacOS when topping out.

Branch: gui-and-gamelogic

0x00007fffad02eb52 in strlen () from /usr/lib/system/libsystem_c.dylib
(gdb) bt
#0  0x00007fffad02eb52 in strlen () from /usr/lib/system/libsystem_c.dylib
#1  0x00007fffad0749fc in __vfprintf () from /usr/lib/system/libsystem_c.dylib
#2  0x00007fffad09d423 in __v2printf () from /usr/lib/system/libsystem_c.dylib
#3  0x00007fffad09d68e in __xvprintf () from /usr/lib/system/libsystem_c.dylib
#4  0x00007fffad07333e in vfprintf_l () from /usr/lib/system/libsystem_c.dylib
#5  0x00007fffad06bdff in fprintf () from /usr/lib/system/libsystem_c.dylib
#6  0x00000001000453e2 in scoredb_add (s=0x7fff5fbff8f8, p=0x7fff5fbff900,
    r=0x10216c200) at src/scores.cpp:186
#7  0x0000000100040214 in qrs_end_record (g=0x100a77610) at src/qrs.cpp:1097
#8  0x000000010002bf87 in qs_are_expired (g=0x100a77610) at src/game_qs.cpp:1809
#9  0x000000010002c184 in qs_process_are (g=0x100a77610) at src/game_qs.cpp:1873
#10 0x000000010002b67d in qs_game_frame (g=0x100a77610) at src/game_qs.cpp:1582
#11 0x000000010001aa84 in procgame (g=0x100a77610, input_enabled=1) at src/core.cpp:1601
#12 0x0000000100018bb0 in run (cs=0x7fff5fbff340) at src/core.cpp:721
#13 0x000000010003ce1c in main (argc=1, argv=0x7fff5fbff968) at src/main.cpp:124

This is caused by log_info in scores.cpp line 186 when logging the replay info to stderr.
The replayDescriptor string has the contents " 9 G1 MASTER 0-8 00:05:61 2019.05.03\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" which may be contributing to the segfault.
Commenting the line out in scores.cpp is a temporary solution to this.

Floating lines at end of game (g1 20)

I noticed that there is potentially unintended behavior in G1 20G (possibly other modes, too). When you reach level 999 without becoming GM, the drop animation of the stack is not completed. In TGM1, this can only happen if you reach the GM title and at the end of the credit roll. When that credit roll is over, it simply freezes the stack at whatever state it is in, i.e. any blocks above the last line you cleared may or may not float. As a suggestion, I think that for aesthetic reasons, there should never be floating blocks at the game-over screen.

FeV, I know that you are currently taking a break from Shiromino, but I hope that you will eventually continue working on it as it is a wonderful piece of software.

Examples are below.

Shiromino, 1G 20G, 999 without GM:
Screen Shot 2019-11-15 at 12 16 12

TGM1, 999 without GM:
Screen Shot 2019-11-15 at 12 15 48

TGM1, 999 with GM (floating blocks):
Screen Shot 2019-11-15 at 12 18 30

Can no longer usefully archive or move replays

In beta 2-ish I found it very convenient to be able to move my replay files from my laptops (I regularly use 3) to my desktop where I could record them with streaming software and keep them in one place. In the latest version this isn't possible since they're stored in a database file that doesn't allow accessing or manipulating individual runs.

I'm basically sticking to beta 2 because of this. :/

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.