Code Monkey home page Code Monkey logo

easystorage's Introduction

EasyStorage

EasyStorage is a library for making it quicker and easier for XNA Game Studio developers to manage the StorageDevice without all the details. EasyStorage uses a simple API to enable you to add file saving to your game.

EasyStorage uses two simple interfaces called ISaveDevice and IAsycnSaveDevice to define "save devices" which are any object that can handle file operations. By default, EasyStorage comes with three ready-to-go save devices that implement both interfaces:

  • PlayerSaveDevice - a save device that uses the XNA storage APIs to manage a StorageDevice that is for a specific player
  • SharedSaveDevice - a save device that uses the XNA storage APIs to manage a StorageDevice that is shared for all players
  • IsolatedStorageSaveDevice - a save device that uses IsolatedStorage, intended for use on Windows Phone where StorageDevice is not available.

You can choose to use one of the above or build your own save devices from the code included in the library. Building new save device implementations gives you an easy way to interact with other code using EasyStorage while creating an implementation that meets your needs.

The latest versions of EasyStorage have added resx files including localized strings to make it easier for developers to have localized dialogs in their games. However some developers may not want to include these strings as doing so requires the game to claim the particular language during peer review. You can now use the EasyStorageSettings class to set your supported languages, thereby limiting what languages your game must be reviewed under.

easystorage's People

Watchers

 avatar

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.