Skip to content

Turtle graphics, no 3D or third-party libraries, just the standard functions provided by the compiler.

License

Notifications You must be signed in to change notification settings

CM0use/Turtle-Graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Turtle Graphics

Windows macOS Linux

Use the turtle as a cursor to draw on the map.

FeaturesRequirementsCompile & RunContributingLicense

Gif

Features

  • You can change the size of the map.
  • You can also change the appearance of the turtle and what it is drawing.
  • Easy to modify.
  • Cross-Platform
    • Windows, macOS and Linux.

Requirements

  • gcc
  • git (optional)

Compile & Run

To clone and compile this game, you will need to have git and gcc installed on your computer.
From your command line:

git clone https://github.com/CM0use/Turtle-Graphics.git
cd Turtle-Graphics
gcc -O2 -std=c2x src/main.c src/turtle.c -o TurtleGraphics

Run on macOS & Linux:

./TurtleGraphics

Run on Windows:

TurtleGraphics.exe

Contributing

Any contribution you make will be greatly appreciated.
If you have any ideas/suggestions to improve the repository, make a fork of the repository and create a pull request.
You can also open the issue tracker to report any improvements or bugs.

License

Distributed under the GNU General Public License v3.0
See accompanying file LICENSE
or copy at GNU General Public License

About

Turtle graphics, no 3D or third-party libraries, just the standard functions provided by the compiler.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages