All Projects → PixieCatSupreme → AnodyneSharp

PixieCatSupreme / AnodyneSharp

Licence: other
A rewrite of the game Anodyne in Monogame

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to AnodyneSharp

Zombusters
🕹️ A retro style zombies shooter with cool isometric pixel art for Windows and MacOS
Stars: ✭ 41 (+192.86%)
Mutual labels:  monogame
UI Engines
Engine specific libraries for Empty Keys UI
Stars: ✭ 52 (+271.43%)
Mutual labels:  monogame
Apos.Shapes
Shape rendering in MonoGame.
Stars: ✭ 21 (+50%)
Mutual labels:  monogame
ArcaneManagedFbx
C# and .NET Framework wrapper for the Autodesk FBX SDK written in C++/CLI (managed C++).
Stars: ✭ 36 (+157.14%)
Mutual labels:  monogame
Landlord
Landlord was a planned roguelike game, which may yet be completed one day if I decide I am willing to re-approach it.
Stars: ✭ 40 (+185.71%)
Mutual labels:  monogame
ACViewer
Viewer / Utility for DAT files for the game Asheron's Call
Stars: ✭ 19 (+35.71%)
Mutual labels:  monogame
Monofoxe
Foxes made Monogame easy.
Stars: ✭ 175 (+1150%)
Mutual labels:  monogame
Wallop
Extensible, living/animated wallpaper engine built in C# using Silk.NET's OpenGL wrapper at its core.
Stars: ✭ 27 (+92.86%)
Mutual labels:  monogame
easy-extends
一个简单快速安装PHP扩展的程序--最简单的方法就是使用Linux
Stars: ✭ 78 (+457.14%)
Mutual labels:  monogame
FiniteStateMachine
This project is a finite state machine designed to be used in games.
Stars: ✭ 45 (+221.43%)
Mutual labels:  monogame
Transform
Base Monogame objects for managing relative transforms.
Stars: ✭ 19 (+35.71%)
Mutual labels:  monogame
MonoGame.Primitives2D
Easy-to-use 2D primitives
Stars: ✭ 44 (+214.29%)
Mutual labels:  monogame
cocos2d-mono
Continuation of Cocos2D-XNA project, with focus on MonoGame
Stars: ✭ 18 (+28.57%)
Mutual labels:  monogame
Nopipeline
A Monogame Content Pipeline enhancer.
Stars: ✭ 152 (+985.71%)
Mutual labels:  monogame
Comora
A simple 2D camera for Monogame.
Stars: ✭ 71 (+407.14%)
Mutual labels:  monogame
Penumbra
2D lighting with soft shadows for MonoGame
Stars: ✭ 207 (+1378.57%)
Mutual labels:  monogame
hevadea
🗺 A game about exploring a randomly generated world.
Stars: ✭ 29 (+107.14%)
Mutual labels:  monogame
Apos.Content
Content builder library for MonoGame.
Stars: ✭ 14 (+0%)
Mutual labels:  monogame
CTR-tools
Crash Team Racing (PS1) tools - a C# framework by DCxDemo and a set of tools to parse files found in the original kart racing game by Naughty Dog.
Stars: ✭ 93 (+564.29%)
Mutual labels:  monogame
OpenNFS1
Remake of the original EA Need for Speed 1 using c# and Monogame
Stars: ✭ 157 (+1021.43%)
Mutual labels:  monogame

About the project

AnodyneSharp is a fan rewrite of the game Anodyne by Analgesic Productions in C# using MonoGame.

It's based on the original game's source code, which can be found over here: https://github.com/analgesicproductions/Anodyne-1-Repo

The aim is to be faithful to the original, with some UX improvements and a more modular/moddable codebase.

Overview of changes

  • Render at 60 FPS using OpenGL/DirectX, effects are done using shaders instead of CPU-side computation
  • Controller support
    • Switch Pro controller support needs Steam to be active to work correctly
  • Indicator of currently selected broom in top left of the screen
    • Swapping between brooms doesn't require using the menu - PgUp/Dwn and controller shoulder buttons switch between them, 1-4 sets the current broom directly
  • Unopened chest indicator on minimaps on screens you've visited. No more searching for that one chest in the entire dungeon you missed
  • Minimap shows floor numbers for multi-floor dungeons
  • Return to entrance now returns you to the screen where you entered the dungeon(most notable in REDCAVE with its multiple entrances)
  • Bugfix: Dust at the edge of water acts more consistently

License

This code and assets are released under the same conditions as the Anodyne 1 license, this repo does not claim ownership over the IP.

For more information, check out the complete license in LICENSE.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].