Skip to content

chirsz-ever/SyobonAction

Repository files navigation

Free Syobon Action

The original game developer: ちく link

The developer of Word 5 to 9: Bluvel link

The original "README" file ("りーどみぃ.txt") is converted into UTF-8 in README.ja.txt.

This version is aim to keep a copy of compilable source code.

Operation Explanation

Key Explanation
or move
or Z jump
space double speed
self-destruction
ESC exit
F1 back to the title screen
0 at the title screen strange dungeon (bugs may occur)

You can play on any stage by pressing 1~9 at the time of title.

Build Instructions

This source code supports MinGW and MSVC on Windows. TDM-GCC is recommended.

Building this game dependents on DxLib.

CMake is needed to build the project. The following is the instructions:

  • Install CMake.
  • Run CMake configuration command in this project directory. For example, if using TDM-GCC, you need to include the TDM-GCC binary PATH to your PATH and run cmake . -B cmake-build-msys2 -G "MinGW Makefiles".
  • Build the proect. With the above example, run cmake --build cmake-build-msys2.

Specially, this game support VC6:

  • Start CMD, run VC98\Bin\VCVARS32.BAT to setup the VC6 environment.
  • run build-vc6.bat in the project directory.

TODO List

  • Use Unicode string literal, make the game's title displays normally on Windows with any character sets
  • fix bugs
    • stars disappear in the begining of 1-3 sometimes
    • save points in 1-3 works incorrectly
    • super star in world 1-2-2 fly straight up

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages