Coder Social home page Coder Social logo

cavestory-sdl2's Introduction

Reconstructing Cave Story

with C++14 and SDL 2.0

Build status

This project based on Christopher Herbert's "Reconstructing Cave Story".

I decided to make the same with SDL 2.0 and C++14.

Note on media content

Original content from the game was taken from the CaveStory tribute site. It is located at content/original_graphics.

You can buy CaveStory+ on Steam, Desura or Ubuntu Software Centre and add bitmaps with higher resolution to content directory. Next you need to change line 6 of src/config.cpp to return GraphicsQuality::HIGH; and recompile the game. Game settings will be improved someday (to change it in game itself).

For example, if you take the game from the Humble Indie Bundle 7, you can copy bitmaps like that:

cp <game_root>/data/base/{Arms,Bullet,bkBlue,Caret,MyChar,TextBox,Npc/NpcCemet,Stage/PrtCave}.bmp content

Where <game_root> is path where you install the game (e.g. ~/.steam/steam/steamapps/common/Cave\ Story+). You can also use import_steam_bitmaps.sh script for your needs.

Keys to play

  • ← go left
  • → go right
  • ↓ look down / interact
  • ↑ look up
  • Z jump
  • X fire
  • Q quit

Used materials

Resources

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.