Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/d-shwagginz/doo-cr

A source-port of DOOM in Crystal
https://github.com/d-shwagginz/doo-cr

crystal crystal-lang doom

Last synced: 22 days ago
JSON representation

A source-port of DOOM in Crystal

Awesome Lists containing this project

README

        

# doo-cr

! instead of @ for arguments

## Installation

TODO: Write installation instructions here

## Usage

TODO: Write usage instructions here

## Development

TODO: Write development instructions here

## Contributing

1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Credits

- [D. Shwagginz](https://github.com/D-Shwagginz) - creator and maintainer

- [sinshu](https://github.com/sinshu) - creator of [ManagedDoom](https://github.com/sinshu/managed-doom), a c# source-port of Doom on which Doocr was based.

## Licenses
Doo-cr is distributed under the [GNU GPLv3](https://github.com/D-Shwagginz/doo-cr/blob/master/LICENSE) license.

Doo-cr uses the following libraries in it's code:

[SFML](https://github.com/SFML/SFML) ([zlib](https://github.com/SFML/SFML/blob/master/license.md))

[crsfml](https://github.com/oprypin/crsfml) ([zlib](https://github.com/oprypin/crsfml/blob/master/LICENSE.md))

[Reader](https://github.com/crystal-term/reader) ([MIT License](https://github.com/crystal-term/reader/blob/master/LICENSE))

[LibADLMIDI](https://github.com/Wohlstand/libADLMIDI) by Wohlstand ([LGPL-3.0](https://github.com/Wohlstand/libADLMIDI/blob/master/LICENSE))

[LibOPNMIDI](https://github.com/Wohlstand/libOPNMIDI) by Wohlstand ([LGPL-3.0](https://github.com/Wohlstand/libOPNMIDI/blob/master/LICENSE))