This repository was archived by the owner on Jul 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (50 loc) · 2.27 KB
/
index.html
File metadata and controls
58 lines (50 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<link href="style.css" rel="stylesheet" />
<div id="left">
<a href="https://corpengine.github.io"><img src="https://corpengine.github.io/assets/logo.png" /></a>
<p class="center">Fast, Organized, Object-Oriented Python Game Development</p>
<a class="center" href="https://github.com/corpengine">View the Github Organization</a>
<hr>
<p id="head">Pages</p>
<a href="/docs">Documentation</a><br>
</div>
<div id="right">
<p>
<img
src="https://img.shields.io/github/license/corpengine/corpengine"
alt="GitHub license"
/> <img
src="https://img.shields.io/badge/Version-v1.0-informational"
alt="Version"
/><br /><br />
<hmed>What is CORP Engine?</hmed><br /><br />
CORP Engine is a game engine/toolkit made in Python using the Pygame
library.<br /><br />
<hsmall>Why should I use it?</hsmall><br /><br />
  ➤ It can really make your python game development experience more
organized, faster, and better in general.<br />
 ➤ It has <strong>built-in parent-children system</strong> with
<strong>game objects</strong> and <strong>services</strong> to use.<br />
 ➤ It is very simple and efficient to work with compared to Pygame.<br />
 ➤ Also, the entire engine code is in a single file, making it really
easy to set up.<br /><br />
<hsmall>How can I set it up?</hsmall><br /><br />
 ➤ You can use this repository as a template or git clone it to your
local machine. This will require git. (Recommended method)<br />
 ➤ Alternatively, you can download the corpengine.py file (and res
folder) manually.<br /><br />
<hmed>Learning CORP Engine</hmed><br /><br />
Check out the work-in-progress documentation!<br />
<br /><hmed>Contributing</hmed><br /><br />
If you are a random adventurer looking through the source code and have an
idea or found a problem, feel free to open an issue or a pull request.
<br /><br />
Even a small contribution means a lot! <br /><br />
<hsmall>Contributors</hsmall><br /><br />
<img
src="https://contrib.rocks/image?repo=corpengine/corpengine"
alt="GitHub Contributors Image"
/>
</p><br>
<hr>
<img src="https://imagizer.imageshack.com/img922/2867/oKxyGS.png" /><br />
</div>