Skip to content

Releases: EmilDimov93/Meadow

Meadow v7.0

25 May 18:02
4be2df2
Compare
Choose a tag to compare

Added option to change meadow orientation, removed unnecessary code
meadow7_0c.zip
meadow7_0cpp.zip

Meadow Edu

25 May 18:01
e6f7456
Compare
Choose a tag to compare

Only the main function exists to inspire students to write the other functions themselves
meadowedu.zip

Meadow v6.0

16 May 17:17
121ecfa
Compare
Choose a tag to compare

Added option to use symetrical font. Removed ma1, ma2, ma3, ma4 and ma5 for lack of necessity. Separated versions for C and C++. Added mfont(); function for the C version. Made arguments for meadow(); function unnecessary and added a font argument in C++
meadow6_0c.zip
meadow6_0cpp.zip

Meadow v5.0

26 Apr 18:58
82f5ae8
Compare
Choose a tag to compare

Added mfill(); function.
meadow5_0.zip

Meadow v4.1 Short

14 Apr 12:07
3814049
Compare
Choose a tag to compare

Same as v4.0, but without unnecessary comments and spaces
meadow4short.zip

Meadow v4.0

14 Apr 10:01
0f63c84
Compare
Choose a tag to compare

Compatibility with both C and C++ again. Changed a1, a2, a3, a4 and a5 to ma1, ma2, ma3, ma4 and ma5 so it does not confuse other variables that you have named that way. Added mclear(); function.
meadow4_0.zip

Meadow v3.0

27 Mar 20:22
6e10f72
Compare
Choose a tag to compare

Changed two-dimensional array from f[][] to m[][] for simplicity. Added a1, a2, a3, a4 and a5 to help you change the symbols used without having to edit the code. Minor changes in code.
meadow3_0.zip

Meadow v2.1 Short

25 Mar 15:46
6ed18ae
Compare
Choose a tag to compare

Meadow v2.0 without unnecessary spaces and comments
meadow2short.zip

Meadow v2.0

24 Mar 23:10
09f01eb
Compare
Choose a tag to compare

Function meadow(length of X axis of your meadow, length of Y axis of your meadow); now takes two arguments, regarding the size of your meadow. No longer works with C, only C++

meadow2_0.zip

Meadow v1.0

24 Mar 23:06
09f01eb
Compare
Choose a tag to compare

One function called meadow(); that takes no arguments. Works with C and C++
meadow1_0.zip