An open API service indexing awesome lists of open source software.

https://github.com/hmlendea/doomrpg-xna

Reimplementation of DoomRPG using the XNA framework (WIP)
https://github.com/hmlendea/doomrpg-xna

Last synced: 7 months ago
JSON representation

Reimplementation of DoomRPG using the XNA framework (WIP)

Awesome Lists containing this project

README

          

[![Build Status](https://github.com/hmlendea/doomrpg-xna/actions/workflows/dotnet.yml/badge.svg)](https://github.com/hmlendea/doomrpg-xna/actions/workflows/dotnet.yml)

# About

This project is a an open-source remake of the old J2ME-based DoomRPG game.

It uses .NET technologies together with XNA/MonoGame, to provide a modern and cross-platform code base.

*This project is currently VERY work in progress.*

# Goals

* Raycasting graphics (similar to Wolfenstein 3D)
* HD sprites
* Support the following OSes: Linux, Mac, Windows and Android

Other future goals could include:
* Map editor
* New gameplay mechanics over the original game
* Raspberry Pi support if possible