Skip to content

v0.0.0-beta-0.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@cowboy8625 cowboy8625 released this 28 Jun 22:00
· 131 commits to main since this release

------------- Version 0.0.0-beta-0.6 (Jun 28 2021) -------------------------------------------

Enhancements Add

In these update brought a lot of structural changes to ReVi in the regards to breaking up some
of it into there own packages. Now ReVi has revi-core and revi-ui so that we can
abstract away the drawing of the screen and the core part of this program. In doing so I do not
see way we could not support a GUI state as well. I just wanted to say that making the w and b
commands was extremely harder then was expected. The implementation of it is certainly not the best
but it gets the job done for now. Getting this working and worrying about how it is implemented on
the first go around is ok. Its helped me see how to make such an algorithm for this and things I
can do to make it better.

Fixed