https://github.com/Wellinator/tyracraft
Minecraft for PS2 with Tyra Engine
https://github.com/Wellinator/tyracraft
Last synced: about 1 year 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T20:28:48.000Z (about 2 years ago)
- Last Synced: 2024-05-22T18:31:27.616Z (about 2 years 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
[](https://github.com/Wellinator/tyracraft/)
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/Wellinator/tyracraft/commit/)
[](https://github.com/Wellinator/tyracraft/commit/)
[](https://github.com/Wellinator/tyracraft/network/)
[](https://github.com/Wellinator/tyracraft/stargazers/)
[](https://GitHub.com/Wellinator/tyracraft/watchers/)
[](https://discord.gg/NhhTmg3Gm5)
[](https://discord.gg/7dCr6ThSN5)
[](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)