Skip to content

Commit 4564ba9

Browse files
authored
CSS the Heck out of ReadMe.md
1 parent 893d782 commit 4564ba9

1 file changed

Lines changed: 46 additions & 7 deletions

File tree

README.md

Lines changed: 46 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square "License")](https://github.com/OopsOverflow/MonCraft/blob/main/LICENSE)
12

2-
# MonCraft
3+
<p align="center">
4+
<img src="https://raw.githubusercontent.com/OopsOverflow/MonCraft/main/screeshots/monjang-logo.png?token=ARYPWFCI53SSJADIC4J6IBTAVFSMW" alt="3d"/>
5+
</p>
6+
7+
# Minecraft
38

49
<p align=center>
510
Sandbox game developed using C++ 14 &amp; OpenGL 3.3 🕹
@@ -111,21 +116,36 @@ This method is used to add more realism to the render because it creates soft gl
111116
This is a global method, i.e., the brightness value of every point of the object depends on other objects in the scene.
112117
Shadows do not remain black, they dissipate, creating halftones and obscuring those places in space that get less light.
113118

114-
/*IMAGE*/
119+
<p align="center">
120+
<img src="https://raw.githubusercontent.com/OopsOverflow/MonCraft/main/screeshots/aoc.png?token=ARYPWFHQPZ7RW2Q7XBTA5ETAVFQDY" alt="aoc"/>
121+
</p>
115122

116123
*****
117124

118125
### Beautiful Terrain
119126
#### High Definition texture pack 🎨
120127
Unique artistic textures with vivid colors. Made-In-House by the one & only @PinoulMarcel
121128
Mojang don't DMCA us.
129+
130+
<p align="center">
131+
<img src="https://raw.githubusercontent.com/OopsOverflow/MonCraft/main/screeshots/beautiful.png?token=ARYPWFCHH36PJURBJ4MMZLLAVFQNS" alt="world"/>
132+
</p>
133+
122134
#### Procedurally Generated World 🌐
123135
`Simplex Noise` under `src/noise/noise.cpp` is used to create the world map.
124136
It's finely tuned to give different terrain heights and features, such as hills, mountains and oceans.
125-
/*IMAGE HERE*/
137+
138+
<p align="center">
139+
<img src="https://raw.githubusercontent.com/OopsOverflow/MonCraft/main/screeshots/collage.png?token=ARYPWFEMU3IK7YJ4UOXHA3TAVFQGW" alt="noise"/>
140+
</p>
141+
126142
#### Superb Terrain Blending 🌲
127143
`src/noise/voronoi.cpp` is used for a seamless biome blending ⚡
128-
/*IMAGE*/
144+
145+
<p align="center">
146+
<img src="https://raw.githubusercontent.com/OopsOverflow/MonCraft/main/screeshots/voronoi.png?token=ARYPWFBCTVMAG63IGZ42AZLAVFQIU" alt="vor"/>
147+
</p>
148+
129149
#### Biomes 🌍
130150
***Seven unique*** biomes with different features and characteristics.
131151

@@ -142,7 +162,11 @@ Moncraft implements transparent blocks such as `Water_Block` and more are to com
142162
***
143163
### 3D Chunks
144164
It's not a big it's ***literally a feature***.
145-
/*IMAGE HERE*/
165+
166+
<p align="center">
167+
<img src="https://raw.githubusercontent.com/OopsOverflow/MonCraft/main/screeshots/chunk3d.png?token=ARYPWFGFYCVNEZMXHKKIH5LAVFQTA" alt="3d"/>
168+
</p>
169+
146170
***
147171
### Eargasmic Music 🎶
148172
Royalty-free high definition music that fits the game's atmosphere. 🥚
@@ -170,9 +194,24 @@ Under `src/terrain/terrain.hpp`.
170194
***
171195
### Player and World Animations
172196
#### Block Breaking ⛏
173-
/*Imlage*/
197+
198+
<p align="center">
199+
<img src="https://raw.githubusercontent.com/OopsOverflow/MonCraft/main/screeshots/chunk3d.png?token=ARYPWFGFYCVNEZMXHKKIH5LAVFQTA" alt="3d"/>
200+
</p>
201+
174202
### Player Movement Animations
175-
/*Image*/
203+
204+
<p align="center">
205+
<img src="https://raw.githubusercontent.com/OopsOverflow/MonCraft/main/screeshots/wood.gif?token=ARYPWFGSN6C3OB3ZIBVNCRDAVFRHU" alt="wood"/>
206+
</p>
207+
208+
### Water Surface Animation
209+
Using a custom made looping noise map.
210+
211+
<p align="center">
212+
<img src="https://raw.githubusercontent.com/OopsOverflow/MonCraft/main/screeshots/water_normal.gif?token=ARYPWFEUZS4IN2LH5XUKGKDAVFRNG" alt="water"/>
213+
</p>
214+
176215
****
177216

178217

0 commit comments

Comments
 (0)