Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# CivOne

## What is it
- Re-creation of Civilization 1 using dotnet and c#.
- Uses the graphics assets from the original game (you will need to locate the folder when you run CivOne).

## Getting started
1. Install SDL2 for your platform: https://www.libsdl.org/download-2.0.php
2. Download and install dotnet core 3.1 sdk for your OS: https://dotnet.microsoft.com/download/dotnet-core/3.1
3. Download and install vs code: https://code.visualstudio.com/download
4. Clone the civone repo: git clone https://github.com/SWY1985/CivOne
5. Open the civone folder in vs code: cd CivOne && code .
6. You should be able to run it now

## More information
- Discussion thread: https://forums.civfanatics.com/threads/civone-an-open-source-remake-of-civilization-1.535036/