Skip to content

pacna/marcin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marcin

Marcin is a C-based Ulam Spiral generator, utilizing the SDL Library. This versatile project allows users to effortlessly switch between an SDL application or terminal mode for added flexibility and ease of use.

SDL mode

marcin

Terminal mode

*       *       *       61      *       59      *       *
37      *       *       *       *       *       31      *
*       17      *       *       *       13      *       *
*       *       5       *       3       *       29      *
*       19      *       *       2       11      *       53
41      *       7       *       *       *       *       *
*       *       *       23      *       *       *       *
43      *       *       *       47      *       *       *

Ubuntu Prerequisites

Before you can build and run Marcin, make sure you have the following installed on your system:

  1. Make
  2. GCC (apt install gcc)
  3. SDL library (apt-get install libsdl2-ttf-dev)

Build and Run Instructions

To build and run the project as an SDL app, execute:

$ make
# or
$ make sdl

For running in the terminal, use:

$ make terminal

About

A C-based Ulam Spiral generator, utilizing the SDL Library.

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors