Difference between revisions of "WiiCraft2"
Jump to navigation
Jump to search
TechEdison (talk | contribs) m (Fixed changelog.) |
TechEdison (talk | contribs) m (Added changelog "currently being worked on" version.) |
||
Line 17: | Line 17: | ||
==Changelog== <!--Cool. This uses PHP comments.--> | ==Changelog== <!--Cool. This uses PHP comments.--> | ||
+ | |||
+ | ../../.. - Currently Being Developed - Assumed to end up as 0.8.2a | ||
+ | |||
+ | *Set "1" to show debug info ingame. "2" to hide it. | ||
+ | *Removed some code that seemed to be usless. | ||
+ | *Added help menu. | ||
+ | *Added 3 map sizes: 16x16, 32x32, 64x64 (broken for now). | ||
+ | *Changed the way map sizes are handled (broken for now). | ||
+ | *Cleaned up menus. Fixed the clearing when changing to new menu. | ||
+ | *Using wiiuse.h for some button mappings. | ||
3/12/16 - 0.8.1a "Alpha" | 3/12/16 - 0.8.1a "Alpha" |
Revision as of 21:54, 13 March 2016
WiiCraft 2 | |
General | |
---|---|
Author(s) | filfat (original source), TechEdison |
Type | 3D Voxel Game/Engine |
Version | 0.8.1a Alpha |
Licence | GNU GPL v3 |
Links | |
Download | |
Website | |
Peripherals | |
![]() ![]() ![]() ![]() ![]() ![]() |
WiiCraft is a block building game inspired by Minecraft and designed to run on the Nintendo Wii using homebrew. It is currently in alpha stages and is originally created by filfat. WiiCraft 2 will be updated by TechEdison. Visit the website for changelogs, downloads, and update news.
Info
This code was originally created by filfat. I do not claim to own any of the original code or executables. The github page no longer exists so I thought I would try and add things of my own and possibly continue this if it is no longer updated by filfat.
Changelog
../../.. - Currently Being Developed - Assumed to end up as 0.8.2a
- Set "1" to show debug info ingame. "2" to hide it.
- Removed some code that seemed to be usless.
- Added help menu.
- Added 3 map sizes: 16x16, 32x32, 64x64 (broken for now).
- Changed the way map sizes are handled (broken for now).
- Cleaned up menus. Fixed the clearing when changing to new menu.
- Using wiiuse.h for some button mappings.
3/12/16 - 0.8.1a "Alpha"
- Made sure I would not be compromising the already set license.
- Added text when changing block type to tell you that it has completed.
- Added a cleaner way to set version when updating (Now in version.h).
- Created a build script. Not public for now.
- Now creating an "Alpha" release and re-writing some of the original code.
3/12/16 - 0.8.0d "Dev"
- Testing what happens if I change some things. It didn't go so well.
??/??/?? - 0.7.0 "Indev"
- Original version by filfat