Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Wellinator/tyracraft
Minecraft for PS2 with Tyra Engine
https://github.com/Wellinator/tyracraft
Last synced: 28 days ago
JSON representation
Minecraft for PS2 with Tyra Engine
- Host: GitHub
- URL: https://github.com/Wellinator/tyracraft
- Owner: Wellinator
- License: apache-2.0
- Created: 2022-03-02T00:40:12.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T20:28:48.000Z (7 months ago)
- Last Synced: 2024-05-22T18:31:27.616Z (7 months ago)
- Language: C++
- Size: 115 MB
- Stars: 100
- Watchers: 13
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Roadmap: ROADMAP.TXT
Awesome Lists containing this project
- awesome-ps2 - TyraCraft
README
[![Open Source? Yes!](https://badgen.net/badge/Open%20Source%20%3F/Yes%21/blue?icon=github)](https://github.com/Wellinator/tyracraft/)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![GitHub commits](https://badgen.net/github/commits/Wellinator/tyracraft/)](https://github.com/Wellinator/tyracraft/commit/)
[![GitHub latest commit](https://badgen.net/github/last-commit/Wellinator/tyracraft)](https://github.com/Wellinator/tyracraft/commit/)
[![GitHub forks](https://badgen.net/github/forks/Wellinator/tyracraft/)](https://github.com/Wellinator/tyracraft/network/)
[![GitHub stars](https://badgen.net/github/stars/Wellinator/tyracraft)](https://github.com/Wellinator/tyracraft/stargazers/)
[![GitHub watchers](https://badgen.net/github/watchers/Wellinator/tyracraft/)](https://GitHub.com/Wellinator/tyracraft/watchers/)
[![Discord](https://img.shields.io/badge/discord-Tyra-brightgreen?logo=discord)](https://discord.gg/NhhTmg3Gm5)
[![Discord](https://img.shields.io/badge/discord-PS2--Scene-brightgreen?logo=discord)](https://discord.gg/7dCr6ThSN5)
[![Discord](https://img.shields.io/badge/discord-TyraCraft-brightgreen?logo=discord)](https://discord.gg/MD6GCJ6K)
TyraCraft - Pre-alpha version
Open source voxel like game for PlayStation 2™ powered by
Tyra engine
Report Bug
|
Request Feature
# TyraCraft (Pre-Alpha Version)
It's a voxel like game for Play Station 2 built with Tyra Engine!
# Visit our [Official Page](https://wellinator.github.io/tyracraft)[](https://wellinator.github.io/tyracraft)
## Getting Started:
### Prerequisites
- Tyra environment - [Tyra](https://github.com/H4570/tyra)
- PS2DEV enviroment - [PS2DEV](https://github.com/ps2dev/ps2dev)
- PS2 Emulator [PCSX2](https://pcsx2.net/) or [PS2Link](https://github.com/ps2dev/ps2link) for a real PS2### Building
- (Re)Build the engine (only once at first time) `make rebuild-engine`
- Build TyraCraft with `make rebuild`## Contributing
**It would be awesome if you could contribute**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/amazing-feature`)
3. Commit your Changes (`git commit -m 'Add some amazing-feature'`)
4. Push to the Branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request## Built With
**Built With love with Tyra Engine** [Tyra](https://github.com/h4570/tyra)
## Author
- [@Wellinator](https://github.com/wellinator)
## Contribuitors
- [@Wolf3s](https://github.com/wolfysdl)
## References
- [Tyra Engine](https://github.com/h4570/tyra)
- [PS2SDK](https://github.com/ps2dev/ps2sdk.git)
- [CrossCraft](https://github.com/CrossCraft/CrossCraft-Classic)