Coder Social home page Coder Social logo

42-cub3d's Introduction

Cub3D - Wolfenstein3D

cub3d

version (2024.01.11)

Splashscreen | Minimap exploring | Auto explored at 75%

Screen.Recording.2024-01-11.at.5.42.31.PM.mov

version (2024.01.09)

Weapon | Torch | Crosshair | Shadow | Color-Gradient | Random Map Generator

Screen.Recording.2024-01-09.at.9.15.04.PM.mov

version (2024.01.07)

Screen.Recording.2024-01-07.at.3.54.37.PM.mov

version (2024.01.03)

Screen.Recording.2024-01-04.at.6.06.44.PM.mov
#include <stdio.h>

int	show_contributor(const char* name, const char* github)
{
	if (!printf("๐Ÿ‘จโ€๐Ÿ’ป Contributor: %s | GitHub: %s\n", name, github))
		return (write(2, "Error!\n" 7), 1);
	return (0);
}

int	main(void)
{
	if (show_contributor("Jan", "https://github.com/Jano844"))
		return (1);
	if (show_contributor("Steven", "https://github.com/Steven-L-42"))
		return (1);
	return (0);
}

// expected output:
// ๐Ÿ‘จโ€๐Ÿ’ป Contributor: Jan | GitHub: https://github.com/Jano844
// ๐Ÿ‘จโ€๐Ÿ’ป Contributor: Steven | GitHub: https://github.com/Steven-L-42

42-cub3d's People

Contributors

steven-l-42 avatar

Stargazers

Silva#5525 avatar Loky avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.