Giter VIP home page Giter VIP logo

oop_mud_game's Introduction

OOP_MUD_Game

File tree
.
├── Makefile
├── One_Way_Out.exe
├── README.md
├── include
│   ├── IO.h
│   ├── YouDead.h
│   ├── about_us.h
│   ├── attributes.h
│   ├── ending.h
│   ├── environment_setting.h
│   ├── food.h
│   ├── interact.h
│   ├── map.h
│   ├── play_music.h
│   └── start_menu.h
├── main.cpp
├── music
│   └── test_bgm.mp3
├── new
│   ├── new_attr.txt
│   ├── new_map1.txt
│   ├── new_map2.txt
│   ├── new_map3.txt
│   ├── new_map4.txt
│   ├── new_map5.txt
│   ├── new_map6.txt
│   └── new_map7.txt
├── pic
│   └── pic.txt
├── save
│   ├── save1.txt
│   ├── save2.txt
│   ├── save3.txt
│   ├── save4.txt
│   ├── save5.txt
│   ├── save6.txt
│   ├── save7.txt
│   └── save_attr.txt
└── src
    ├── IO.cpp
    ├── YouDead.cpp
    ├── about_us.cpp
    ├── attributes.cpp
    ├── ending.cpp
    ├── environment_setting.cpp
    ├── food.cpp
    ├── interact.cpp
    ├── map.cpp
    ├── play_music.cpp
    └── start_menu.cpp
Compile & Run
  • Windows
Compile
make
Run
点击One_Way_Out.exe运行

oop_mud_game's People

Contributors

unicocn avatar percilot 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.